Get-VBOAmazonS3Account
Short Description
Returns Amazon S3 storage account credentials.
Syntax
This cmdlet provides parameter sets that allow you to:
- Get Amazon S3 storage account credentials by the Amazon S3 access key.
Get-VBOAmazonS3Account [-AccessKey <String>] [<CommonParameters>] |
- Get Amazon S3 storage account credentials by the Amazon S3 ID.
Get-VBOAmazonS3Account -Id <Guid> [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of existing Amazon S3 storage account credentials managed by Veeam Backup for Microsoft 365.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
AccessKey | Specifies an access key for Amazon S3 storage account credentials. The cmdlet will return Amazon S3 storage account credentials with this access key. | String | False | Named | False |
Id | Specifies an array of IDs for Amazon S3 storage account credentials. The cmdlet will return Amazon S3 storage account credentials with these IDs. | Guid | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBOAmazonS3Account object that contains Amazon S3 storage account credentials.
Examples
Example 1. Getting Amazon S3 Storage Account Credentials by ID
This command returns Amazon S3 storage account credentials by the Amazon S3 ID.
|
Example 2. Getting Amazon S3 Storage Account Credentials by Access Key
This command returns Amazon S3 storage account credentials by the specified access key.
|