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

Get-VBRvCDReplica

Short Description

Returns vCD replicas.

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Return vCD replicas by their name.

Get-VBRvCDReplica [-Name <String[]>] [<CommonParameters>]

  • Action vCD replicas by their ID.

Get-VBRvCDReplica [-Id <Guid[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns vCD replicas.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

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

String[]

False

Named

True (ByValue, ByPropertyName)

Id

Specifies an array of Ids for vCD replicas. The cmdlet will return a list of vCD replicas 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 VBRvCDReplica object that contains vCD replicas settings.

Examples

Get-VBRvCDReplicaExample 1. Getting vCD Replicas by Name

Get-VBRvCDReplicaExample 2. Getting vCD Replicas by ID

Get-VBRvCDReplicaExample 3. Getting all vCD Replicas Jobs