Start-VBRHvInstantRecoveryMigration
Short Description
Performs migration of instantly recovered VMs to a Hyper-V host.
Applies to
Platform: Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Start-VBRHvInstantRecoveryMigration -InstantRecovery <InstantRecovery[]> [<CommonParameters>] |
Detailed Description
This cmdlet migrates a recovered VM to the production host. You finalize the instant recovery of the VM initiated with the Start-VBRHvInstantRecovery cmdlet by migrating the VM to production.
Run the Stop-VBRInstantRecovery cmdelt to terminate the recovery session by unpublishing the VM.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
InstantRecovery | Specifies the array of instant recovery sessions. The cmdlet will migrate the VMs recovered with these sessions to the Hyper-V host. | Accepts the InstantRecovery[] object. To create this object, run the Get-VBRInstantRecovery cmdlet. | True | 1 | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the CBackupSession object that contains setting of a VMs quick migration session.
Examples
Example 1. Finalizing Current Instant Recovery Session [Using Pipeline]
This example shows how to finalize the current instant recovery session.
Perform the following steps:
|
Example 2. Finalizing Current Instant Recovery Session [Using Variable]
This example shows how to finalize the current instant recovery session.
Perform the following steps:
|
Related Commands