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

how to unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...