Recently VMware has changed the way you install PowerCLI from being the standard MSI installer that we have all been used to for years, to downloading and installing it from the PowerShell Repository.
Here is the process for installing PowerCLI:
Open PowerShell by running it as an Administrator
Once PowerShell loads up you will want to change the Execution Policy to Remote Signed
Set-ExecutionPolicy RemoteSigned
Once that is done you can install PowerCLI by running this command:
Install-Module -Name VMware.PowerCLI -Scope CurrentUser
You will then be prompted at least twice to give your consent to download and install from an untrusted repository.
Covering topics of error messages, installation guides, and How To Articles for Windows Server and Workstations, VMWare, and Home Automation using Home Assistant.
Subscribe to:
Post Comments (Atom)
I have moved!!!
Please check out my new blog which now contains all my old posts and some new goodies as well. I can now be found at http://www.kenbshinn.c...
-
To start, let me apologize for not taking screen shots to share this issue. If this issue occurs in the future I will be sure to take them t...
-
I have been away for a while, but in my absence I have been playing with a Home Automation System called Home Assistant. You can find out mo...
-
The other day I was tasked with deploying a Infoblox OVA in our Lab environment. I was under the impression that this was going to be a simp...
No comments:
Post a Comment