Switch-VBRAzureInstantRecoveryMigration
Short Description
Starts the manual switchover for finalizing the migration to production process after you perform the Instant Recovery to Microsoft Azure.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Switch-VBRAzureInstantRecoveryMigration -InstantRecovery <VBRAzureInstantRecovery> [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet starts the manual switchover for finalizing the migration to production process after you perform the Instant Recovery to Microsoft Azure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
InstantRecovery |
Specifies the Instant Recovery operation for which the migration was started.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Starting Manual Switchover to Finalize Migration
This example shows how to start the second phase of migration (switchover).
|
$switchingOptions = New-VBRAzureInstantRecoverySwitchingOptions -SwitchingType Manual $session = Get-VBRAzureInstantRecovery -Id "d1d2a50e-8052-498f-826b-e5c86f30ed5a" $migration = Start-VBRAzureInstantRecoveryMigration -InstantRecovery $session -SwitchingOptions $switchingOptions Switch-VBRAzureInstantRecoveryMigration -InstantRecovery $migration |
Perform the following steps:
- Run the
New-VBRAzureInstantRecoverySwitchingOptionsDefines the switchover options. cmdlet. Specify theSwitchingTypeparameter value. Save the result to the$switchingOptionsvariable. - Run the
Get-VBRAzureInstantRecoveryReturns an array of objects on the Instant Recovery to Microsoft Azure operation. cmdlet. Specify theIdparameter value. Save the result to the$sessionvariable. - Run the
Start-VBRAzureInstantRecoveryMigrationStarts migration to production for the specified Instant Recovery to Microsoft Azure operation. cmdlet. Set the$sessionvariable as theInstantRecoveryparameter value. Set the$switchingOptionsvariable as theSwitchingOptionsparameter value. Save the result to the$migrationvariable. - Run the
Switch-VBRAzureInstantRecoveryMigrationcmdlet. Set the$migrationvariable as theInstantRecoveryparameter value.
Related Commands
New-VBRAzureInstantRecoverySwitchingOptionsDefines the switchover options.Get-VBRAzureInstantRecoveryReturns an array of objects on the Instant Recovery to Microsoft Azure operation.Start-VBRAzureInstantRecoveryMigrationStarts migration to production for the specified Instant Recovery to Microsoft Azure operation.