Remove-VBREntraIDTenant
Short Description
Removes Microsoft Entra ID tenants from the backup infrastructure.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-VBREntraIDTenant -Tenant <VBREntraIDTenant[]> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes Entra ID tenants from the backup infrastructure.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Tenant |
Specifies an array of tenants that you want to remove from the backup infrastructure.
Accepts the |
True |
Named |
False |
|
|
Confirm |
Prompts you for confirmation before running the cmdlet. |
|
False |
Named |
False |
|
WhatIf |
Shows what would happen if the cmdlet runs. The cmdlet is not run. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Removing Entra ID Tenant
This example shows how to remove an Entra ID tenant from the backup infrastructure.
|
$tenant = Get-VBREntraIdTenant -AzureTenantId "xxxxx" Remove-VBREntraIDTenant -Tenant $tenant |
Perform the following steps:
- Run the
Get-VBREntraIdTenantReturns Microsoft Entra ID tenants added to the backup infrastructure. cmdlet. Specify theAzureTenantIdparameter value. Save the result to the$tenantvariable. - Run the
Remove-VBREntraIDTenantcmdlet. Set the$tenantvariable as theTenantparameter value.
Related Commands
Get-VBREntraIdTenantReturns Microsoft Entra ID tenants added to the backup infrastructure.