Public repo for reference material on my PowerShell tutorial series on YouTube: https://www.youtube.com/channel/UCvKRFNawVcuz4b9ihUTApCg
- Download and/or clone this repo
- Run install_modules.ps1
- Install the prerequisites starting at the top
| File | Description | 
|---|---|
| install_modules | Simple way to set up your local environment with all modules used by these tutorials | 
| export_csv | Export data out to CSV files | 
| ssh_intro | Basic example of connecting to an SSH server and running a command | 
| parallel_jobs | Exmaple of how to use PowerShell jobs to run things in parallel | 
| esxi_join_active_directory | Example of how to join an ESXi host to an Active Directory domain and set a security group for administration | 
| simple_function | Instantiate a simple function with named arguments and returns information |