Remove-VBOAmazonS3Account
Short Description
Removes Amazon S3 storage account credentials from Veeam Backup for Microsoft Office 365.
Syntax
Remove-VBOAmazonS3Account -Account <VBOAmazonS3Account> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes Amazon S3 storage account credentials from Veeam Backup for Microsoft Office 365.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Account | Specifies Amazon S3 storage account credentials that you want to remove. | Accepts the VBOAmazonS3Account object. To get this object, run the Get-VBOAmazonS3Account cmdlet. | True | Named | False |
|
WhatIf | Specifies whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. | False | False | Named | False |
|
Confirm | Specifies whether the cmdlet displays a prompt that asks if the user is sure that they want to continue. | False | False | Named | False |
|
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBOAmazonS3Account object that contains Amazon S3 storage account credentials.
Examples
Example 1. Removing Amazon S3 Storage Account Credentials
This example shows how to remove Amazon S3 storage account credentials.
Perform the following steps:
|
Example 2. Removing Amazon S3 Storage Account Credentials (Using Pipelines)
This command removes Amazon S3 storage account credentials.
Perform the following steps:
|
Related Commands