Get-VBRApplicationRestorePoint
Short Description
Returns restore points created with the VSS-aware image processing enabled.
Platform: VMware, Hyper-V, Veeam Agent
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Name (Default)Get-VBRApplicationRestorePoint [-Name <String[]>] [<CommonParameters>]
-
FlagsGet-VBRApplicationRestorePoint [-Name <String[]>] [-Exchange] [-ActiveDirectory] [-SharePoint] [-SQL] [-Oracle]
[-PostgreSQL] [-MongoDB] [<CommonParameters>]
-
IdGet-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 |
|---|---|---|---|---|---|
|
ActiveDirectory |
Defines that the cmdlet will return the restore points of Microsoft Active Directory VMs. |
|
False |
Named |
False |
|
Exchange |
Defines that the cmdlet will return the restore points of Microsoft Exchange VMs. |
|
False |
Named |
False |
|
Id |
Filters the restore points by ID. |
|
False |
Named |
False |
|
MongoDB |
Defines that the the cmdlet will return the restore points of MongoDB VMs. |
|
False |
Named |
False |
|
Name |
Specifies a backed-up VM. The cmdlet will return the restore points created for this VM. |
|
False |
Named |
False |
|
Oracle |
Defines that the the cmdlet will return the restore points of Oracle VMs. |
|
False |
Named |
False |
|
PostgreSQL |
Defines that the the cmdlet will return the restore points of PostgreSQL VMs. |
|
False |
Named |
False |
|
SharePoint |
Defines that the the cmdlet will return the restore points of Microsoft SharePoint VMs. |
|
False |
Named |
False |
|
SQL |
Defines that the the cmdlet will return the restore points of Microsoft SQL Server VMs. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
VBRApplicationRestorePointIVBRApplicationRestorePoint
Examples
Example 1. Returning all Restore Points
|
This command returns all restore points of backups containing Microsoft SQL VMs.
|
Example 2. Returning Specific Restore Point of Microsoft SQL VM
|
This example shows how to return a specific restore points of a Microsoft SQL VM named
Perform the following steps:
|
Example 3. Returning Most Recent Restore Point of Specific Microsoft SQL VM [Using Pipeline]
|
This example shows how to return the most recent restore point of a Microsoft SQL VM named
Perform the following steps:
|
Example 4. Looking for Specific Restore Point
|
This command looks for a specific restore point with the
|
Related Commands