Automate PowerCLI Install using Powershell
I had a requirement to automate PowerCLI installation with minimal manual involvement possible I found the syntax mentioned below from Here Prerequisites Download and Copy the executable to shared location Ensure the access is configured Install PowerCLI Syntax Set-executionPolicy RemoteSigned -Confirm:$false -force Write-Host \”Installing PowerCLI\” $myargs = $myargs = \’/q…