Get-VBREntraIDTenantBackupJob

Short Description

Returns backup jobs that protect Microsoft Entra ID tenants.

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

Syntax

This cmdlet provides the following parameter sets:

  • AllParameterSets (Default)

    Get-VBREntraIDTenantBackupJob [<CommonParameters>]

  • Id

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

  • Name

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

Detailed Description

This cmdlet returns backup jobs that protect Entra ID tenants.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies an array of IDs of tenant backup jobs. The cmdlet will return an array of jobs with the specified IDs.

Guid[]

False

Named

True (ByPropertyName)

Name

Specifies an array of names of tenant backup jobs. The cmdlet will return an array of jobs with the specified names.

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 VBREntraIDTenantBackupJob objects that contain settings of the tenant backup job.

Examples

Get-VBREntraIDTenantBackupJobExample 1. Getting All Tenant Backup Jobs

This example shows how to get all tenant backup jobs.

$backupJobs = Get-VBREntraIDTenantBackupJob

Get-VBREntraIDTenantBackupJobExample 2. Getting Tenant Backup Job by Name

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

$backupJob = Get-VBREntraIDTenantBackupJob -Name "Tenant Backup"

Page updated 2026-08-19

Page content applies to build 13.1.1.18