My collection of VMWare PowerCLI scripts
- Open powershell as Administrator and run each of the following
- Find-Module -Name VMware.PowerCLI
- Install-Module -Name VMware.PowerCLI -Scope CurrentUser
- Get-Command -Module VMWare
- Set-PowerCLIConfiguration -Scope AllUsers -ParticipateInCeip $false -InvalidCertificateAction Ignore
- Connect to vcenter environment an test a command like Get-VM.