Get-VBREntraIDLogsBackupJob

Short Description

Returns Microsoft Entra ID log backup jobs.

Product Edition: Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides the following parameter sets:

  • AllParameterSets (Default)

    Get-VBREntraIDLogsBackupJob [<CommonParameters>]

  • Name

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

  • Id

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

Detailed Description

This cmdlet returns backup jobs that protect Entra ID audit and sign-in logs.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

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

Guid[]

True

Named

False

Name

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

String[]

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 VBREntraIDLogsBackupJob objects that contain settings of the log backup jobs.

Examples

Getting Entra ID Log Backup Job

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

$logBackupJob = Get-VBREntraIDLogsBackupJob -Name "Log Backup"

Page updated 2026-08-19

Page content applies to build 13.1.1.18