Get-VBRApplicationRestorePoint

Short Description

Returns restore points created with the VSS-aware image processing enabled.

Applies to

Platform: VMware, Hyper-V, Veeam Agent

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

Syntax

This cmdlet provides parameter sets that allow you to:

  • Look for all restore points with VSS-aware image processing enabled.

Get-VBRApplicationRestorePoint  [<CommonParameters>]

  • Filter the restore points by name.

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

  • Filter the restore points by application.

Get-VBRApplicationRestorePoint [-Name <String[]>] [-Exchange] [-ActiveDirectory] [-SharePoint] [-Oracle] [-PostgreSQL] [-SQL] [-MongoDB] [<CommonParameters>]

  • Filter the restore points by ID.

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

Detailed Description

This cmdlet returns restore points of backups that were created with the VSS-aware image processing enabled.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Name

Specifies a backed-up VM. The cmdlet will return the restore points created for this VM.

String[]

False

Named

False

Exchange

Defines that the cmdlet will return the restore points of Microsoft Exchange VMs.

SwitchParameter

False

Named

False

ActiveDirectory

Defines that the cmdlet will return the restore points of Microsoft Active Directory VMs.

SwitchParameter

False

Named

False

SharePoint

Defines that the the cmdlet will return the restore points of Microsoft SharePoint VMs.

SwitchParameter

False

Named

False

SQL

Defines that the the cmdlet will return the restore points of Microsoft SQL Server VMs.

SwitchParameter

False

Named

False

MongoDB

Defines that the the cmdlet will return the restore points of MongoDB VMs.

SwitchParameter

False

Named

False

Oracle

Defines that the the cmdlet will return the restore points of Oracle VMs.

SwitchParameter

False

Named

False

PostgreSQL

Defines that the the cmdlet will return the restore points of PostgreSQL VMs.

SwitchParameter

False

Named

False

Id

Filters the restore points by ID.

Guid[]

False

Named

False

<CommonParameters>

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

Output Object

Examples

Get-VBRApplicationRestorePointExample 1. Returning all Restore Points

Get-VBRApplicationRestorePointExample 2. Returning Specific Restore Point of Microsoft SQL VM

Get-VBRApplicationRestorePointExample 3. Returning Most Recent Restore Point of Specific Microsoft SQL VM [Using Pipeline]

Get-VBRApplicationRestorePointExample 4. Looking for Specific Restore Point

Related Commands

Page updated 7/11/2024

Page content applies to build 12.3.1.1139