Get-VBRCDPProxy

Short Description

Returns VMware CDP proxies added to the backup infrastructure.

Applies to

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

Syntax

This cmdlet provides cmdlet sets that allow you to:

  • Get a VMware CDP proxy by its name.

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

  • Get a VMware CDP proxy by its ID.

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

Detailed Description

This cmdlet returns VMware CDP proxies added to the backup infrastructure.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies an array of names for VMware CDP proxies. The cmdlet will return a list of proxies with these names.

String[]

False

Named

True (ByValue, ByPropertyName)

Id

Specifies an array of Ids for VMware CDP proxies. The cmdlet will return a list of proxies with these names 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 VBRCDPProxy object that contains VMware CDP proxies to the backup infrastructure settings.

Examples

Get-VBRCDPProxyExample 1. Getting VMware CDP Proxy by Name

This command returns the Proxy05 VMware CDP Proxy.

Get-VBRCDPProxy -Name "Proxy05"

Get-VBRCDPProxyExample 2. Getting VMware CDP Proxy by ID

This command returns the d602b38b-fab6-4c4e-8066-a1bf16affa76 VMware CDP Proxy.

Get-VBRCDPProxy -Id "d602b38b-fab6-4c4e-8066-a1bf16affa76"

Page updated 4/17/2024

Page content applies to build 12.1.1.56