Remove-VBOAzureBlobAccount
Short Description
Removes Microsoft Azure Blob Storage account credentials.
Syntax
|
Remove-VBOAzureBlobAccount -Account <VBOAzureBlobAccount> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes Microsoft Azure Blob Storage account credentials from Veeam Backup for Microsoft 365. After removing storage account credentials, Veeam Backup for Microsoft 365 will not be able to connect to Microsoft Azure Blob Storage and you will not be able to connect to your Microsoft Azure Blob Storage account.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Account |
Specifies Microsoft Azure Blob Storage account credentials that you want to remove.
Accepts the
To get this object, run the |
True |
Named |
True (ByValue) |
|
|
Confirm |
Defines that the cmdlet will display a prompt that asks if the user is sure that he wants to continue. Default: True |
|
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. Default: False |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Examples
Example 1: Removing Microsoft Azure Blob Storage Account Credentials
|
This example shows how to remove the Microsoft Azure Blob Storage account credentials.
Perform the following steps:
|
Example 2: Removing Microsoft Azure Blob Storage Account Credentials (Using Pipeline)
|
This example shows how to remove Microsoft Azure Blob Storage account credentials.
Perform the following steps:
|
Related Commands
Get-VBOAzureBlobAccountReturns Microsoft Azure Blob Storage account credentials.