Get-VBRObjectRestorePoint
Short Description
Returns restore points created by jobs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRObjectRestorePoint [<CommonParameters>]
-
BackupGet-VBRObjectRestorePoint -Backup <CBackup[]> [<CommonParameters>]
-
IdGet-VBRObjectRestorePoint -Id <Guid[]> [<CommonParameters>]
-
NameGet-VBRObjectRestorePoint -Name <String[]> [<CommonParameters>]
-
ObjectIdGet-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 |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Id |
Specifies an array of IDs, The cmdlet will return restore points of these backups or replicas. |
|
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. |
|
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. |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting all Restore Points
|
This command looks for all restore points of all machines registered in the database.
|
Example 2. Getting Restore Points by ID
|
This command looks for the
|
Example 3. Getting Restore Points Created by Backup Job
|
This example shows how to get all restore points of the
Perform the following steps:
|
Example 4. Getting Restore Points Created by Replication Job
|
This example shows how to get all restore points of machines that are replicated by the
Perform the following steps:
|
Example 5. Getting Restore Points Created by Veeam Agent
|
This example shows how to get all restore points of Windows-based machines backed up by the
Perform the following steps:
|
Example 6. Getting Latest Restore Point Created by Backup Job [Using Pipeline]
|
This example shows how to look for the latest restore point of machines that are backed up by the
Perform the following steps:
|
Example 7. Getting Latest Restore Point Created by Replication Job [Using Pipeline]
|
This example shows how to return the latest restore point of the
Perform the following steps:
|
Related Commands
Get-VBRBackupReturns backups.Get-VBRReplicaReturns replica objects of VMs or cloud VMs.Sort-ObjectSelect-Object