Stop-VBRHvReplicaFailback
Short Description
Undoes Hyper-V replica failback.
Platform: Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Stop-VBRHvReplicaFailback -RestorePoint <COib> [-RunAsync] [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet undoes the Hyper-V replica failback started with the Start-VBRHvReplicaFailbackFails back Hyper-V VMs to production host. cmdlet.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
RestorePoint |
Specifies the restore point of the replica VM. The cmdlet will undo failback of this VM.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
Confirm |
Defines whether the cmdlet displays a prompt that asks if the user is sure that they want to continue.
Note: Microsoft PowerShell enables the |
|
False |
Named |
False |
|
WhatIf |
Defines whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Undoing Replica Failback [Using Pipeline]
|
This example shows how to stop failback using pipeline.
Perform the following steps:
|
Example 2. Undoing Replica Failback [Using Variable]
|
This example shows how to stop failback using a variable.
Perform the following steps:
|
Related Commands
Get-VBRRestorePointReturns restore points.