Get-VBRCDPProxy
Short Description
Returns CDP proxies added to the backup infrastructure.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRCDPProxy [-Name <String[]>] [<CommonParameters>]
-
IdGet-VBRCDPProxy [-Id <Guid[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns CDP proxies added to the backup infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of Ids for CDP proxies. The cmdlet will return a list of proxies with these names IDs. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies an array of names for CDP proxies. The cmdlet will return a list of proxies with these names. |
|
False |
Named |
True (ByPropertyName, ByValue) |
<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 CDP proxies to the backup infrastructure settings.
Examples
Example 1. Getting CDP Proxy by Name
|
This command returns the
|
Example 2. Getting CDP Proxy by ID
|
This command returns the
|