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)

    Get-VBRCloudTenantRestorePoint [-Name <String[]>] [-Backup <VBRCloudTenantBackup[]>] [<CommonParameters>]

  • Id

    Get-VBRCloudTenantRestorePoint [-Id <Guid[]>] [-Name <String[]>] [-Backup <VBRCloudTenantBackup[]>] [<CommonParameters>]

Detailed 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.
  • Restore points for specific backups.

Parameters

Parameters

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 VBRCloudTenantBackup[] object. To get this object, run the Get-VBRCloudTenantBackupReturns backups of AD tenants and tenants managed by the Service Provider. cmdlet.

VBRCloudTenantBackup[]

False

Named

True (ByPropertyName, ByValue)

Id

Specifies an array of the backup IDs. The cmdlet will return backups with these IDs.

Guid[]

False

Named

True (ByPropertyName, ByValue)

Name

Specifies an array of the VM names. The cmdlet will return restore points for these VMs.

String[]

False

Named

True (ByPropertyName, ByValue)

<CommonParameters>

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

Output Object

The cmdlet returns the VBRCloudTenantRestorePoint object that contains restore points of non-encrypted backups for AD tenants and tenants managed by the Service Provider.

Examples

Getting Restore Points of Non-Encrypted Backups for AD Tenants and Tenants Managed by Service Provider

This command returns all the restore points of non-encrypted backups for AD tenants and tenants managed by the Service Provider.

Get-VBRCloudTenantRestorePoint

Page updated 2026-08-19

Page content applies to build 13.1.1.18