PowerCLI cannot be loaded because the execution of scripts is disabled on this system
Open Windows PowerShell as admin and run the following: PS C:\> Get-ExecutionPolicy Restricted PS C:\> Set-ExecutionPolicy RemoteSigned Execution Policy Change The execution […]