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 parameter 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

Get-VBRCDPProxyExample 2. Getting VMware CDP Proxy by ID

Page updated 1/28/2025

Page content applies to build 12.3.1.1139