< Back

Update-AzureSiteRecoveryRecoveryPlan

Wed Jan 30, 2019 5:56 pm

NAME Update-AzureSiteRecoveryRecoveryPlan



SYNOPSIS

Update-AzureSiteRecoveryRecoveryPlan cmdlet allows to change an existing Recovery Plan structure and Publish the updated one





SYNTAX

Update-AzureSiteRecoveryRecoveryPlan -File <string> [-WaitForCompletion] [<CommonParameters>]





DESCRIPTION

Update-AzureSiteRecoveryRecoveryPlan cmdlet allows to change an existing Recovery Plan structure and Publish the updated one . A recovery plan gathers

virtual machines in a group for the purposes of failover and recovery





PARAMETERS

-File <string>

XML file containing the Recovery Plan



Required? true

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-WaitForCompletion [<SwitchParameter>]

Waits till the operation completes



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS









OUTPUTS









NOTES







Keywords: azure, azuresm, servicemanagement, management, service, site, recovery







-------------------------- EXAMPLE 1 --------------------------



C:\\PS>Update-AzureSiteRecoveryRecoveryPlan -File C:\\Users\\contoso\\Desktop\\RP.xml



Description



-----------













RELATED LINKS