Get-VBREntraIDTenantBackup

Short Description

Returns backups of Microsoft Entra ID tenants.

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides the following parameter sets:

  • AllParameterSets (Default)

    Get-VBREntraIDTenantBackup [<CommonParameters>]

  • Id

    Get-VBREntraIDTenantBackup [-Id <Guid[]>] [<CommonParameters>]

  • Name

    Get-VBREntraIDTenantBackup [-Name <String[]>] [<CommonParameters>]

Detailed Description

This cmdlet returns backups of Microsoft Entra ID tenants.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies an array of tenant backup IDs.

Guid[]

False

Named

True (ByPropertyName)

Name

Specifies an array of job names whose backups you want to get.

String[]

False

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 VBREntraIDTenantBackup objects that contain properties of backups.

Examples

Get-VBREntraIDTenantBackupExample 1. Getting All Backups

This example shows how to get all backups.

$tenantBackups = Get-VBREntraIDTenantBackup

Get-VBREntraIDTenantBackupExample 2. Getting Backup by Job Name

This example shows how to get backups of the Tenant Backup backup job.

$tenantBackup = Get-VBREntraIDTenantBackup -Name "Tenant Backup"

Page updated 2026-08-19

Page content applies to build 13.1.1.18