Skip to content

Updating the Module

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

Update-Module -Name PowerValidatedSolutions

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

Get-InstalledModule -Name PowerValidatedSolutions

To verify the module dependencies meet the minimum requirements, use the Test-PowerValidatedSolutionsPrereq cmdlet.

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 VMware.vSphere.SsoAdmin
Update-Module -Name PowerVCF
Update-Module -Name ImportExcel