This is an archive version of the document. To get the most up-to-date information, see the current version.

Remove-VBRAzureBlobAccount

Short Description

Removes Microsoft Azure Blob credentials records.

Applies to

Platform: VMware, Hyper-V

Product Edition: Enterprise, Enterprise Plus

Syntax

Remove-VBRAzureBlobAccount -Account <VBRAzureBlobAccount>  [<CommonParameters>]

Detailed Description

This cmdlet removes Microsoft Azure Blob credentials records from Veeam Backup & Replication. You will not be able to connect to Microsoft Azure Blob storage after removing credentials records.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Account

Specifies Microsoft Azure Blob credentials records that you want to remove.

Accepts the VBRAzureBlobAccount type.

True

Named

True (ByValue)

 

WhatIf

Specifies whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action.

False

Named

False

False

Confirm

Specifies whether the cmdlet displays a prompt that asks if the user is sure that they want to continue.

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Return Type

Example

This example shows how to remove an Microsoft Azure Blob credentials record.

  1. Run Get-VBRAzureBlobAccount to get the Microsoft Azure Blob credentials record. Save the result to the $account variable.
  2. Run Set-VBRAzureBlobAccount with the $account variable.

$account = Get-VBRAzureBlobAccount -Name "Azure Blob"

Remove-VBRAzureBlobAccount -Account $account

Related Commands

Get-VBRAzureBlobAccount