--- title: "Get-VBRCloudTenantRestorePoint" description: "This cmdlet returns restore points of non-encrypted backups for AD tenants and tenants managed by the Service Provider. You can get the following types of restore points: All restore points. Restore points by their ID. Restore points by a VM name." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/get-vbrcloudtenantrestorepoint.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Backup > Managing Restore Points > Get-VBRCloudTenantRestorePoint" dateModified: "2026-08-19" --- # Get-VBRCloudTenantRestorePoint ## Short Description Returns restore points of non-encrypted backups for AD tenants and tenants managed by the Service Provider. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
AllParameterSets (Default)
Id
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies the array of non-encrypted tenant backups. The cmdlet will return restore points of these backups. Accepts the |
False |
Named |
True (ByPropertyName, ByValue) |
|
|
Id |
Specifies an array of the backup IDs. The cmdlet will return backups with these IDs. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies an array of the VM names. The cmdlet will return restore points for these VMs. |
|
False |
Named |
True (ByPropertyName, ByValue) |