How to Install Powershell Modules#
I’m new to using powershell so not 100% certain on this
-
Find your module via PowershellGallery
-
Check if the module exists
Find-Module vmware.powercli
-
Install the module, in my case VMWare.PowerCLI
Install-Module -Name VMware.PowerCLI