PS | How to install VMware Modules in Powershell

Hi Guys,

I was getting few questions from people on how to install NSX module, vCD module and even powercli module in powershell. So, I thought to create one stop portal for all kind of modules's installation.

Below are the command to install these three modules when you have active internet connection



Below is the way to install these modules when you don't have active internet connection 

It is most likely useful where internet is not allowed intentionally but you need these modules there. so,

  1. To install PowerNSX, download the zip file and paste it to "C:\Windows\System32\WindowsPowerShell\v1.0\Modules" and then run the command
    Install-Module PowerNSX # as shown in above image
  2. To install VMware.PowerCLI, download the zip file and paste it to "C:\Windows\System32\WindowsPowerShell\v1.0\Modules" and then run the command
    Install-VMware.PowerCLI
  3. To install VMware-vCD-Module, download the zip file and paste it to "C:\Windows\System32\WindowsPowerShell\v1.0\Modules" and then run the command
    Install-VMware.PowerCLI
     

Let me know if you want me to add more in the list. I would like to see comment if anyone want to know the same for other Modules as well.




Thank you,
vCloudNotes





1 comment:

  1. Please note that when you will click on Zip link then just click on download icon instead of clicking on the filename.

    ReplyDelete