Stop-VBRvCDCDPReplicaFailback

Short Description

Stops Cloud Director CDP replica failback.

Applies to

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Stop-VBRvCDCDPReplicaFailback -Replica <VBRvCDCDPReplica> [-PowerOn] [-Force] [-RunAsync] [-WhatIf] [-Confirm]  [<CommonParameters>]

Detailed Description

This cmdlet stops Cloud Director CDP replica failback, that is, performs failback undo.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Replica

Specifies the replica for which you want to undo failback.

Accepts the VBRvCDCDPReplica object. To get this object, run the Get-VBRCDPReplica cmdlet.

True

Named

False

PowerOn

Defines that the cmdlet will power on the replica after failback stops. If you do not provide this parameter, you will need to power on the replica manually.

Default: True.

SwitchParameter

False

Named

False

Force

Defines that the cmdlet will undo failover without showing warnings in the PowerShell console.

SwitchParameter

False

Named

False

RunAsync

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

SwitchParameter

False

Named

False

WhatIf

Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action.

False

Named

Named

False

Confirm

Defines that the cmdlet will display a prompt that asks if you want to continue running the command.

SwitchParameter

False

Named

False

<CommonParameters>

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

Output Object

None.

Examples

Performing Failback Undo of Cloud Director CDP Replica

This example shows how to perform failback undo of the Cloud Director CDP replica.

$replica = Get-VBRCDPReplica -Name "Win07"

Stop-VBRvCDCDPReplicaFailback -Replica $replica

Perform the following steps:

  1. Run the Get-VBRCDPReplica cmdlet. Specify the Name parameter value. Save the result to the $replica variable.
  2. Run the Stop-VBRvCDCDPReplicaFailback cmdlet. Set the $replica variable as the Replica parameter value.

Related Commands

Get-VBRCDPReplica