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

Get-VBOObjectStorageRepository

Short Description

Returns object storage added to Veeam Backup for Microsoft 365.

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get object storage by object storage name.

Get-VBOObjectStorageRepository [-Name <String>] [-LongTerm <SwitchParameter>] [<CommonParameters>]

  • Get object storage by object storage ID.

Get-VBOObjectStorageRepository -Id <Guid>  [<CommonParameters>]

Detailed Description

This cmdlet returns an array of object storage added to Veeam Backup for Microsoft 365. You can get the following types of object storage:

  • Azure Blob object storage
  • Amazon S3 object storage
  • S3 Compatible object storage (including IBM Cloud Object Storage and Wasabi Cloud Object Storage)

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Name

Specifies object storage name. The cmdlet will return object storage with this name.

String

False

Named

False

True

LongTerm

Defines that the cmdlet will return settings for the following object storage:

  • Azure Blob Storage Archive access tier
  • all Amazon S3 Glacier storage classes

Default: True

SwitchParameter

False

Named

False

False

Id

Specifies object storage ID. The cmdlet will return object storage with this ID.

Guid

True

Named

False

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 VBOObjectStorageRepository object that contains an array of object storage added to Veeam Backup for Microsoft 365.

Examples

Get-VBOObjectStorageRepositoryExample 1. Getting All Object Storage

Get-VBOObjectStorageRepositoryExample 2. Getting Object Storage with Specific Name

Get-VBOObjectStorageRepositoryExample 3. Getting Object Storage with Specific ID