Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 923 Bytes

File metadata and controls

21 lines (16 loc) · 923 Bytes

PowerShell Tutorials

Public repo for reference material on my PowerShell tutorial series on YouTube: https://www.youtube.com/channel/UCvKRFNawVcuz4b9ihUTApCg

Getting Started

  1. Download and/or clone this repo
  2. Run install_modules.ps1
  3. Install the prerequisites starting at the top

Contents

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

¯\_(ツ)_/¯