--- title: "Get-VBRCDPTaskSession" description: "Returns VMs processed during CDP policy sessions. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet returns VMs performed during CDP policy sessions." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrcdptasksession.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Jobs > Sessions > Get-VBRCDPTaskSession" dateModified: "2026-08-19" --- # Get-VBRCDPTaskSession ## Short Description Returns VMs processed during CDP policy sessions. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Session (Default)
Id
ObjectId
ObjectName
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an ID of a session that you want to get. |
|
False |
Named |
True (ByPropertyName) |
|
Last |
Defines that the cmdlet will return the last VMs that were processed during a CDP policy session. |
|
False |
Named |
False |
|
ObjectId |
Specifies an ID of VMs that processed during a CDP policy session. |
|
False |
Named |
False |
|
ObjectName |
Specifies a name of VMs that processed during a CDP policy session. |
|
False |
Named |
False |
|
Session |
Specifies a CDP policy session that processes VMs. The cmdlet will return these VMs. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |