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,
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
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,
- 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 - 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 - 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
Please note that when you will click on Zip link then just click on download icon instead of clicking on the filename.
ReplyDelete