Get-VBRObjectRestorePoint

Short Description

Returns restore points created by jobs.

Applies to

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get restore points for specific backups or replicas.

Get-VBRObjectRestorePoint -Backup <CBackup[]>  [<CommonParameters>]

  • Get restore points by their ID.

Get-VBRObjectRestorePoint -Id <Guid[]>  [<CommonParameters>]

  • Get restore points by their name.

Get-VBRObjectRestorePoint -Name <String[]>  [<CommonParameters>]

  • Get restore points ID of backed-up machines.

Get-VBRObjectRestorePoint -ObjectId <Guid[]>  [<CommonParameters>]

Detailed Description

This cmdlet returns restore points created by jobs. 

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Backup

Specifies an array of backup or replica objects. The cmdlet will return restore points of these backups or replicas.

Accepts the CBackup[] object. To get this object, run the Get-VBRBackup or Get-VBRReplica cmdlet.

True

Named

True (ByPropertyName, ByValue)

Id

Specifies an array of IDs, The cmdlet will return restore points of these backups or replicas.

String[]

True

Named

True (ByPropertyName, ByValue)

Name

Specifies an array of names for backed-up machines or replicated VMs. The cmdlet will return restore points of these machines.

Note: For Cloud Director and CDP replica you must specify a vApp.

String[]

True

Named

True (ByPropertyName, ByValue)

ObjectId

Specifies an array of IDs of backed-up hosts and machines. The cmdlet will return restore points of these hosts and machines.

Guid[]

True

Named

True (ByPropertyName, ByValue)

<CommonParameters>

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

Output Object

VBRObjectRestorePoint

Examples

Get-VBRObjectRestorePointExample 1. Getting all Restore Points

Get-VBRObjectRestorePointExample 2. Getting Restore Points by ID

Get-VBRObjectRestorePointExample 3. Getting Restore Points Created by Backup Job

Get-VBRObjectRestorePointExample 4. Getting Restore Points Created by Replication Job

Get-VBRObjectRestorePointExample 5. Getting Restore Points Created by Veeam Agent

Get-VBRObjectRestorePointExample 6. Getting Latest Restore Point Created by Backup Job [Using Pipeline]

Get-VBRObjectRestorePointExample 7. Getting Latest Restore Point Created by Replication Job [Using Pipeline]

Related Commands

Page updated 8/14/2024

Page content applies to build 12.3.1.1139