Remove-VBREntraIDTenantBackupJob
Short Description
Removes backup jobs that protect Microsoft Entra ID tenants.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-VBREntraIDTenantBackupJob -Job <VBREntraIDTenantBackupJob[]> [<CommonParameters>] |
Detailed Description
This cmdlet removes Entra ID tenant backup jobs.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Job |
Specifies an array of tenant backup jobs that you want to remove.
Accepts the |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Removing Entra ID Tenant Backup Job
This example shows how to remove the Tenant Backup backup job.
|
$backupJob = Get-VBREntraIDTenantBackupJob -Name "Tenant Backup" Remove-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
Remove-VBREntraIDTenantBackupJobcmdlet. Set the$backupJobvariable as theJobparameter value.
Related Commands
Get-VBREntraIDTenantBackupJobReturns backup jobs that protect Microsoft Entra ID tenants.