Start-VBRAzureInstantRecoveryMigration

Short Description

Starts migration to production for the specified Instant Recovery to Microsoft Azure operation.

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Start-VBRAzureInstantRecoveryMigration -InstantRecovery <VBRAzureInstantRecovery>

-SwitchingOptions <VBRAzureInstantRecoverySwitchingOptions> [-RunAsync] [<CommonParameters>]

Detailed Description

This cmdlet starts migration to production for the specified Instant Recovery to Microsoft Azure operation.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

InstantRecovery

Specifies the operation for which you want to start migration.

Accepts the VBRAzureInstantRecovery object. To create or get this object, run the Start-VBRAzureInstantRecoveryStarts Instant Recovery to Microsoft Azure. or Get-VBRAzureInstantRecoveryReturns an array of objects on the Instant Recovery to Microsoft Azure operation. cmdlet.

VBRAzureInstantRecovery

True

Named

True (ByPropertyName, ByValue)

RunAsync

Defines that the command returns immediately without waiting for the task to complete.

SwitchParameter

False

Named

False

SwitchingOptions

Specifies the switchover options.

Accepts the VBRAzureInstantRecoverySwitchingOptions object. To create this object, run the New-VBRAzureInstantRecoverySwitchingOptionsDefines the switchover options. cmdlet.

VBRAzureInstantRecoverySwitchingOptions

True

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRAzureInstantRecovery

Examples

Example 1. Starting Migration to Production with Manual Switchover

This example shows how to start the migration process. The second phase of migration (switchover) will be started manually.

$switchingOptions = New-VBRAzureInstantRecoverySwitchingOptions -SwitchingType Manual

$session = Get-VBRAzureInstantRecovery -Id "d1d2a50e-8052-498f-826b-e5c86f30ed5a"

$migration = Start-VBRAzureInstantRecoveryMigration -InstantRecovery $session -SwitchingOptions $switchingOptions

Perform the following steps:

  1. Run the New-VBRAzureInstantRecoverySwitchingOptionsDefines the switchover options. cmdlet. Specify the SwitchingType parameter value. Save the result to the $switchingOptions variable.
  2. Run the Get-VBRAzureInstantRecoveryReturns an array of objects on the Instant Recovery to Microsoft Azure operation. cmdlet. Specify the Id parameter value. Save the result to the $session variable.
  3. Run the Start-VBRAzureInstantRecoveryMigration cmdlet. Set the $session variable as the InstantRecovery parameter value. Set the $switchingOptions variable as the SwitchingOptions parameter value.

Page updated 2026-08-19

Page content applies to build 13.1.1.18