Get-VBRvCDReplica

Short Description

Returns Cloud Director replicas.

Applies to

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Return Cloud Director replicas by their names.

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

  • Action Cloud Director replicas by their ID.

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

Detailed Description

This cmdlet returns Cloud Director replicas.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

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

String[]

False

Named

True (ByValue, ByPropertyName)

Id

Specifies an array of Ids for Cloud Director replicas. The cmdlet will return a list of Cloud Director 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 Microsoft Docs.

Output Object

The cmdlet returns the VBRvCDReplica object that contains Cloud Director replicas settings.

Examples

Get-VBRvCDReplicaExample 1. Getting Cloud Director Replicas by Name

This command returns the vCD_05j Cloud Director replicas.

Get-VBRvCDReplica -Name "vCD_05j"

Get-VBRvCDReplicaExample 2. Getting Cloud Director Replicas by ID

This command returns the 2a7c321c-c8cf-4aec-9332-93882e69c667 Cloud Director replicas.

Get-VBRvCDReplica -Id "2a7c321c-c8cf-4aec-9332-93882e69c667"

Get-VBRvCDReplicaExample 3. Getting all Cloud Director Replicas Jobs

This command returns all Cloud Director replicas that are added to the backup infrastructure.

Get-VBRvCDReplica

Page updated 4/24/2024

Page content applies to build 12.1.1.56