Stop-VBRReplicaFailover
Short Description
Undoes replica failover.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Stop-VBRReplicaFailover [-RestorePoint] <COib> [-RunAsync] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet undoes the replica failover. This cmdlet finalizes the replica failover started with the Start-VBRViReplicaFailoverFails over corrupted VMware VMs to their replicas. cmdlet.
Run the Start-VBRViReplicaFailbackFails back VMware VMs to production host. cmdlet to fail back to the VMware production VM.
Run the Start-VBRHvReplicaFailbackFails back Hyper-V VMs to production host. cmdlet to fail back to the Hyper-V production VM.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Force |
Defines that the replica job starts running without waiting for the target host to power off. Otherwise the replica job will start only after the target host is powered off. |
|
False |
Named |
False |
|
RestorePoint |
Specifies the restore point of the production VM to recover to.
Accepts the |
|
True |
0 |
True (ByPropertyName, ByValue) |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
False |
Named |
False |
|
Confirm |
Defines that 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 that 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. Stopping Failover [Using Pipeline]
|
This command stops failover process by reverting to the production VM.
Perform the following steps:
|
Example 2. Stopping Failover [Using Variable]
|
This command stops failover process by reverting to the production VM.
Perform the following steps:
|
Related Commands
Get-VBRRestorePointReturns restore points.