Get-VBRCDPTaskSession
Short Description
Returns VMs processed during CDP policy sessions.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Get VMs processed during specified CDP policy session.
Get-VBRCDPTaskSession -Session <VBRCDPSession> [-Last] [<CommonParameters>] |
- Get VMs processed during specified CDP policy session by the session ID.
Get-VBRCDPTaskSession [-Id <guid>] [<CommonParameters>] |
- Get the last VMs processed during a CDP policy session by VMs ID.
Get-VBRCDPTaskSession [-Last] [-ObjectId <guid>] [<CommonParameters>] |
- Get the last VMs processed during a CDP policy session by VMs name.
Get-VBRCDPTaskSession [-Last] [-ObjectName <string>] [<CommonParameters>] |
Detailed Description
This cmdlet returns VMs performed during CDP policy sessions.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Session | Specifies a CDP policy session that processes VMs. The cmdlt will return these VMs. | Accepts the VBRCDPSession object. To create this object, run the Get-VBRCDPSession cmdlet. | True | Named | True (ByPropertyName) |
Last | Defines that the cmdlet will return the last VMs that were processed during a CDP policy session. | SwitchParameter | False | Named | False |
Id | Specifies an ID of a session that you want to get. | Guid | False | Named | False |
ObjectId | Specifies an ID of VMs that processed during a CDP policy session. | Guid | False | Named | False |
ObjectName | Specifies a name of VMs that processed during a CDP policy session. | String | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRCDPTaskSession object that contains information on VMs performed during CDP policy sessions.
Examples
Example 1. Getting VMs Processed During Specific CDP Policy Session
This example shows how to get VMs processed during the CDP policy session.
Perform the following steps:
|
Example 2. Getting VMs Processed During CDP Policy Session by Session ID
This command returns the VMs processed during the 402e082c-4a6d-4a9b-86c8-3330f35e9773 CDP policy session.
|
Example 3. Getting VM Processed During CDP Policy Session by VMs ID
This command returns the 15e56946-b75c-444a-9022-99f15ee0b9a2 VM processed during a CDP policy session.
|
Example 4. Getting Last VM Processed During CDP Policy Session
This command returns the last VMs processed during a CDP policy session.
|
Related Commands