This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRvCDReplicaJob

Short Description

Returns vCD replication jobs.

Applies to

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

Syntax

This cmdlet provides cmdlet sets that allow you to:

  • Getting vCD replication jobs by their name.

Get-VBRvCDReplicaJob [-Name <string[]>]  [<CommonParameters>]

  • Getting vCD replication jobs by their ID.

Get-VBRvCDReplicaJob [-Id <guid[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns vCD replication jobs.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of names for vCD replication jobs. The cmdlet will return a list of jobs with these names.

String[]

False

Named

True (ByValue, ByPropertyName)

Id

Specifies an array of Ids for vCD replication jobs. The cmdlet will return a list of jobs with the specified IDs.

Guid[]

False

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

The cmdlet returns the VBRvCDReplicaJob object that defines settings of the vDC replication jobs.

Examples

Get-VBRvCDReplicaJobExample 1. Getting vCD Replication Job by Name

Get-VBRvCDReplicaJobExample 2. Getting vCD Replication Job by ID

Get-VBRvCDReplicaJobExample 3. Getting all vCD Replication Jobs