Get-VBRvCDCDPShortTermRestoreInterval

Short Description

Returns short-term restore points of a Cloud Director CDP replica.

Product Edition: Enterprise, Enterprise Plus, Veeam Universal License

Syntax

Get-VBRvCDCDPShortTermRestoreInterval -Replica <VBRvCDCDPReplica> [<CommonParameters>]

Detailed Description

This cmdlet returns short-term restore points of a Cloud Director CDP replica.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Replica

Specifies the replica whose short-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)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

The cmdlet returns the VBRvCDCDPShortTermRestoreInterval object that defines short-term restore point settings.

Examples

Getting Short-Term Restore Points of Cloud Director CDP Replica

This example shows how to get short-term restore points of a Cloud Director CDP replica.

$replica = Get-VBRCDPReplica

Get-VBRvCDCDPShortTermRestoreInterval -Replica $replica

Perform the following steps:

  1. Run the Get-VBRCDPReplicaReturns CDP replicas created by CDP policies including Cloud Director CDP policies, CDP policies, cloud CDP policies and so on. cmdlet. Save the result to the $replica variable.
  2. Run the Get-VBRvCDCDPShortTermRestoreInterval cmdlet. Set the $replica variable as the Replica parameter value.

Get-VBRCDPReplicaReturns CDP replicas created by CDP policies including Cloud Director CDP policies, CDP policies, cloud CDP policies and so on.

Page updated 2026-08-19

Page content applies to build 13.1.1.18