How to Install VCF PowerCLI 9.0: Step-by-Step Guide
The fastest and easiest way to start utilising VCF PowerCLI 9.0 is to first remove any old versions and then perform a fresh install.
Remove Existing VMware PowerCLI Modules
Start a PowerShell session.
Uninstall all VMware modules by running the following command:
1Get-Module VMware* -ListAvailable | Uninstall-Module -Force -AllVersions
- Verify that all VMware modules have been uninstalled by running the following command:
1Get-Module VMware* -ListAvailable
Installing VCF PowerCLI 9.0
Start a PowerShell session.
Install by running the following command:
1Install-Module VCF.PowerCLI -Scope AllUsers
- Verify installation by running the following command:
1Get-Module VMware* -ListAvailable