Offline Installation of VMware PowerCLI Module
- Login to a desktop with internet access and open powershell (Execute as administrator)
- Find-Module -Name VMware.PowerCLI
- Save-Module -Name VMware.PowerCLI -Path Path
- Copy the files you downloaded to the offline desktop
- Move the copied files to C:\Windows\System32\WindowsPowerShell\v1.0\Modules (Execute as administrator)
Install VMware PowerCLI Module From PC With Internet Connection
- From a desktop with an internet connection open powershell (Execute as administrator)
- Find-Module -Name VMware.PowerCLI
- Install-Module -Name VMware.PowerCLI -Scope CurrentUser
- Get-Command -Module *VMWare*
Be First to Comment