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>]
-
IdGet-VBREntraIDTenantBackupJob [-Id <Guid[]>] [<CommonParameters>]
-
NameGet-VBREntraIDTenantBackupJob [-Name <String[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns backup jobs that protect Entra ID tenants.
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. |
|
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. |
|
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
Example 1. Getting All Tenant Backup Jobs
|
This example shows how to get all tenant backup jobs.
|
Example 2. Getting Tenant Backup Job by Name
|
This example shows how to get the
|