Enable-VBRvCDReplicaJob

Short Description

Enables Cloud Director replication jobs.

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Enable-VBRvCDReplicaJob -Job <VBRvCDReplicaJob[]> [<CommonParameters>]

Detailed Description

This cmdlet enables Cloud Director replication jobs that were previously disabled.

Run the Disable-VBRvCDReplicaJobDisables Cloud Director replication jobs. cmdlet to disable Cloud Director replication jobs.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Job

Specifies an array of Cloud Director replication jobs.The cmdlet will enable these jobs.

Accepts the VBRvCDReplicaJob[] object. To get this object, run the Get-VBRvCDReplicaJobReturns Cloud Director replication jobs. cmdlet.

VBRvCDReplicaJob[]

True

Named

True (ByPropertyName, ByValue)

<CommonParameters>

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

Examples

Enabling Cloud Director Replication Jobs

This example shows how to enable Cloud Director replication jobs.

$replicavCD = Get-VBRvCDReplicaJob

Enable-VBRvCDReplicaJob -Job $replicavCD

Perform the following steps:

  1. Run the Get-VBRvCDReplicaJobReturns Cloud Director replication jobs. cmdlet. Save the result to the $replicavCD variable.
  2. Run the Enable-VBRvCDReplicaJob cmdlet. Set the $replicavCD variable as the Job parameter value.

Get-VBRvCDReplicaJobReturns Cloud Director replication jobs.

Page updated 2026-08-19

Page content applies to build 13.1.1.18