Skip to content

Updating the Module

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

Update-Module -Name VMware.CloudFoundation.InstanceRecovery -Scope AllUsers

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

Get-InstalledModule -Name VMware.CloudFoundation.InstanceRecovery

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 -RequiredVersion 13.3.0 -Scope AllUsers
Update-Module -Name 7Zip4PowerShell RequiredVersion 2.4.0 -Scope AllUsers
Update-Module -Name Posh-SSH -RequiredVersion 3.0.8 -Scope AllUsers