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

  1. Start a PowerShell session.

  2. Uninstall all VMware modules by running the following command:

1Get-Module VMware* -ListAvailable | Uninstall-Module -Force -AllVersions
  1. Verify that all VMware modules have been uninstalled by running the following command:
1Get-Module VMware* -ListAvailable

Installing VCF PowerCLI 9.0

  1. Start a PowerShell session.

  2. Install by running the following command:

1Install-Module VCF.PowerCLI -Scope AllUsers
  1. Verify installation by running the following command:
1Get-Module VMware* -ListAvailable

Posts in this Series