Start-VBREntraIDTenantBackupJob
Short Description
Starts Entra ID tenant backup jobs.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Start-VBREntraIDTenantBackupJob [-Job] <VBREntraIDTenantBackupJob[]> [-RunAsync] [<CommonParameters>] |
Detailed Description
This cmdlet starts backup jobs that protect Microsoft Entra ID tenants.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies an array of tenant backup jobs that you want to start.
Accepts the |
True |
0 |
True (ByPropertyName, ByValue) |
|
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. |
|
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 VBRBackupSession object that contains information about the job session.
Examples
Starting Entra ID Tenant Backup Job
This example shows how to start the Tenant Backup backup job.
|
$backupJob = Get-VBREntraIDTenantBackupJob -Name "Tenant Backup" Start-VBREntraIDTenantBackupJob -Job $backupJob |
Perform the following steps:
- Run the
Get-VBREntraIDTenantBackupJobReturns backup jobs that protect Microsoft Entra ID tenants. cmdlet. Specify theNameparameter value. Save the result to the$backupJobvariable. - Run the
Start-VBREntraIDTenantBackupJobcmdlet. Set the$backupJobvariable as theJobparameter value.
Related Commands
Get-VBREntraIDTenantBackupJobReturns backup jobs that protect Microsoft Entra ID tenants.