This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRCDPPolicy

Short Description

Returns CDP policies.

Applies to

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

Syntax

This cmdlet provides cmdlet sets that allow you to:

  • Getting CDP policies by their names.

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

  • Getting CDP policies by their IDs.

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

Detailed Description

This cmdlet returns CDP policies.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

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

String[]

False

Named

True (ByValue, ByPropertyName)

Id

Specifies an array of Ids for CDP policies. The cmdlet will return a list of policies 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 the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBRCDPPolicy object that defines settings of CDP policies.

Examples

Get-VBRCDPPolicyExample 1. Getting CDP Policy by Name

Get-VBRCDPPolicyExample 2. Getting CDP Policy by ID

Get-VBRCDPPolicyExample 3. Getting all CDP Policies