--- title: "Get-VBRvCDCDPLongTermRestorePoint" description: "This cmdlet returns long-term restore points of a Cloud Director CDP replica." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrvcdcdplongtermrestorepoint.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > VMware Cloud Director > CDP for VMware Cloud Director > CDP Replica Management > Get-VBRvCDCDPLongTermRestorePoint" dateModified: "2026-08-19" --- # Get-VBRvCDCDPLongTermRestorePoint ## Short Description Returns long-term restore points of a Cloud Director CDP replica. **Product Edition**: Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` Get-VBRvCDCDPLongTermRestorePoint -Replica [-ApplicationConsistent] [-Last] [] ``` ## Detailed Description This cmdlet returns long-term restore points of a Cloud Director CDP replica. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

ApplicationConsistent

Defines that the cmdlet will return only application-consistent restore points.

SwitchParameter

False

Named

False

Last

Defines that the cmdlet will return only the latest long-term restore points.

SwitchParameter

False

Named

False

Replica

Specifies the replica whose long-term restore point you want to get.

Accepts the VBRvCDCDPReplica object. To get this object, run the Get-VBRCDPReplica cmdlet.

VBRvCDCDPReplica

True

Named

True (ByPropertyName, ByValue)

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object The cmdlet returns the `VBRvCDCDPLongTermRestorePoint` object that defines long-term restore point settings. ## Examples ::: example ### Getting Long-Term Restore Points of Cloud Director CDP Replica This cmdlet returns long-term restore points of a Cloud Director CDP replica. ``` $replica = Get-VBRCDPReplica Get-VBRvCDCDPLongTermRestorePoint -Replica $replica ``` Perform the following steps: 1. Run the [`Get-VBRCDPReplica`](get-vbrcdpreplica.md) cmdlet. Save the result to the `$replica` variable. 2. Run the `Get-VBRvCDCDPLongTermRestorePoint` cmdlet. Set the `$replica` variable as the `Replica` parameter value. ::: ## Related Commands [`Get-VBRCDPReplica`](get-vbrcdpreplica.md)