Enable-VBRvCDReplicaJob
Short Description
Enables vCD replication jobs.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Detailed Description
This cmdlet enables vCD replication jobs that were previously disabled.
Run the Disable-VBRvCDReplicaJob cmdlet to disable vCD replication jobs.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Job | Specifies an array of vCD replication jobs.The cmdlet will enable these jobs. | Accepts the VBRvCDReplicaJob[] object. To create this object, run the Get-VBRvCDReplicaJob cmdlet. | True | Named | True (ByValue, ByPropertyName) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
None.
Examples
Enabling vCD Replication Jobs
This example shows how to enable vCD replication jobs.
Perform the following steps:
- Run the Get-VBRvCDReplicaJob cmdlet. Save the result to the $replicavCD variable.
- Run the Enable-VBRvCDReplicaJob cmdlet. Set the $replicavCD variable as the Job parameter value.
Related Commands