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

Get-VBOAmazonS3Account

In this article

    Short Description

    Returns Amazon S3 storage account credentials.

    Syntax

    This cmdlet provides parameter sets that allow you to:

    • To get Amazon S3 storage account credentials by the Amazon S3 access key

    Get-VBOAmazonS3Account [-AccessKey <string>]  [<CommonParameters>]

    • To 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 Office 365.

    Parameters

    Parameter

    Description

    Type

    Required

    Position

    Accept Pipeline Input

    Accept Wildcard Characters

    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

     

    AccessKey

    Specifies an array of access keys for Amazon S3 storage account credentials. The cmdlet will return Amazon S3 storage account credentials with these access keys.

    String

    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

    Get-VBOAmazonS3AccountExample 1. Getting Amazon S3 Storage Account Credentials by ID

    This command gets Amazon S3 storage account credentials by the Amazon S3 ID.

    Get-VBOAmazonS3Account -Id "1dfc5af0-2605-47ac-94d8-13dea4d14608"

    Get-VBOAmazonS3AccountExample 2. Getting Amazon S3 Storage Account Credentials by Access Key

    This command returns Amazon S3 storage account credentials by the specified access key.

    Get-VBOAmazonS3Account -AccessKey "?Iqws8NewidZydk"

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.