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
Example 1. Getting VMware CDP Proxy by Name
This command returns the Proxy05 VMware CDP Proxy.
|
Example 2. Getting VMware CDP Proxy by ID
This command returns the d602b38b-fab6-4c4e-8066-a1bf16affa76 VMware CDP Proxy.
|