Offline installation of VMware powerCLI modules

 

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

Selenium firefox driver session fails with : Could not start a new session. Response code 500. Message: Expected browser binary location, but unable to find binary in default location,

 Error: With Firefox driver /gecko driver Could not start a new session. Response code 500. Message: Expected browser binary location, but u...