Get-VBREntraIDTenantRestorePoint
Short Description
Returns restore points of a Microsoft Entra ID tenant backup.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBREntraIDTenantRestorePoint [-Id <Guid[]>] -Backup <VBREntraIDTenantBackup> [<CommonParameters>] |
Detailed Description
This cmdlet returns restore points of an Entra ID tenant backup.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Id | Specifies the ID of the restore point that you want to get. | Guid[] | False | Named | False |
Backup | Specifies a tenant backup whose restore points you want to get. | Accepts the VBREntraIDTenantBackup object. To get this object, run the Get-VBREntraIDTenantBackup cmdlet. | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the array of VBREntraIDTenantRestorePoint objects that contain properties of restore points.
Examples
Example 1. Getting All Restore Points
This example shows how to get all restore points of the backup created by the Tenant backup job.
Perform the following steps:
|
Example 2. Getting Pestore Point by ID
This example shows how to get a restore point by its ID.
Perform the following steps:
|
Related Commands