Installing VMware PowerCLI modules

Powershell is a powerful scripting language, and now you can install/update VMware PowerCLI modules right in a Powershell session without installing PowerCLI binaries.

for that, you need to open a Powershell session with administrative privileges and run the following command:

install-module -name “VMware.PowerCLI”

to verify what modules have been installed, run the following command:

get-installedModule

Get-InstalledModule Command output

you can see what versions of VMware PowerCLI modules have been installed on this machine.

Leave a Reply

Your email address will not be published. Required fields are marked *