Remove-VBRAzureADAccount
Short Description
Removes Azure Entra ID-based storage accounts from Veeam Backup & Replication.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-VBRAzureADAccount -Account <VBRAzureADAccount> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes Azure Entra ID-based storage accounts from Veeam Backup & Replication.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Account |
Specifies the Azure Entra ID-based storage account which settings you want to modify.
Accepts the |
True |
Named |
True (ByValue) |
|
|
Confirm |
Defines that the cmdlet will display a prompt that asks if you want to continue running the command.
Note: Microsoft PowerShell enables the |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Removing Azure Entra ID-based storage Accounts From Veeam Backup & Replication
This example shows how to remove Azure Entra ID-based storage accounts from Veeam Backup & Replication.
|
$account = Get-VBRAzureADAccount -Name "EntraID" Set-VBRAzureADAccount -Account $account -SecretKey "YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY" |
Perform the following steps:
- Run the
Get-VBRAzureADAccountReturns Azure Entra ID-based storage accounts. cmdlet. Specify theNameparameter value. Save the result to the$accountvariable. - Run the
Set-VBRAzureADAccountcmdlet. Set the$accountvariable as theAccountparameter value. Specify theSecretKeyparameter value.
Related Commands
Get-VBRAzureADAccountReturns Azure Entra ID-based storage accounts.