Offline Installation of VMware PowerCLI Module
- On a computer with internet access open powershell (as an administrator)
- Find-Module -Name VMware.PowerCLI
- Save-Module -Name VMware.PowerCLI -Path Path (path to download the modules)
- Copy the files you downloaded to the offline computer
- Move the copied files to C:\Windows\System32\WindowsPowerShell\v1.0\Modules (requires admin rights)
- Import-Module -Name <Module Name>
No comments:
Post a Comment