Skip to content

Updating the Module

Update the PowerShell module from the PowerShell Gallery by running the following commands:

Update-Module -Name VMware.CloudFoundation.PowerManagement

To verify that the PowerShell module is updated, run the following command in the PowerShell console.

Get-InstalledModule -Name VMware.CloudFoundation.PowerManagement

If a dependency does not meet the minimum requirements, run the appropriate Update-Module command for the dependency in the PowerShell console.

Update-Module -Name VMware.PowerCLI
Update-Module -Name PowerVCF
Update-Module -Name Posh-SSH