Updating the Module¶
Update the PowerShell module from the PowerShell Gallery by running the following commands:
Update-Module -Name VMware.CloudFoundation.CertificateManagement
To verify that the PowerShell module is updated, run the following command in the PowerShell console.
Get-InstalledModule -Name VMware.CloudFoundation.CertificateManagement
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 PowerValidatedSolutions