Restart-VBRInstantRecovery
Short Description
Restarts a failed Hyper-V Instant Recovery session.
Platform: Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Restart-VBRInstantRecovery [-InstantRecovery] <InstantRecovery[]> [-ForceArchivedSnapshotsRestore] [<CommonParameters>] |
Detailed Description
This cmdlet restarts a failed Hyper-V Instant Recovery session started with the Start-VBRHvInstantRecoveryStarts Hyper-V Instant Recovery. cmdlet.
Run the Get-VBRInstantRecoveryReturns running Instant Recovery sessions. cmdlet to get the status of the Instant Recovery session.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ForceArchivedSnapshotsRestore |
Defines that the cmdlet will use archive snapshots for restore without showing warnings in the PowerShell console. |
|
False |
Named |
False |
|
InstantRecovery |
Specifies the array of the instant recovery sessions. The cmdlet will restart these sessions.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Restarting Last Instant Recovery Session [Using Pipeline]
|
This command restarts the last instant recovery session.
Perform the following steps:
|
Example 2. Restarting Specific Instant Recovery Session [Using Variable]
|
This command restarts a specific instant recovery session.
Perform the following steps:
|
Related Commands
Get-VBRInstantRecoveryReturns running Instant Recovery sessions.