Get-VBORepository

Short Description

Returns backup repositories.

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get backup repositories added to Veeam Backup for Microsoft 365 by name.

Get-VBORepository [-Name <String>] [-LongTerm] [<CommonParameters>]

  • Get backup repositories added to Veeam Backup for Microsoft 365 by associated backup proxy server.

Get-VBORepository [-Name <String>] [-LongTerm] [-Proxy <VBOProxy>] [<CommonParameters>]

  • Get backup repositories added to Veeam Backup for Microsoft 365 by associated backup proxy pool.

Get-VBORepository [-Name <String>] [-LongTerm] [-ProxyPool <VBOProxyPool>] [<CommonParameters>]

  • Get a backup repository added to Veeam Backup for Microsoft 365 by ID.

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

Detailed Description

This cmdlet returns backup repositories added to the Veeam Backup for Microsoft 365 infrastructure.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies a name of the backup repository. The cmdlet will return the backup repository with this name.

String

False

Named

False

LongTerm

Defines that the cmdlet will return settings of the following object storage repositories:

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

Default: False

SwitchParameter

False

Named

False

Id

Specifies an ID of the backup repository. The cmdlet will return the backup repository with this ID.

Guid

True

Named

False

Proxy

Specifies a backup proxy server associated with backup repositories. The cmdlet will return backup repositories that you map to this backup proxy server.

Accepts the VBOProxy object.

To get this object, run the Get-VBOProxy cmdlet.

False

Named

True (ByValue)

ProxyPool

Specifies a backup proxy pool associated with the object storage repository. The cmdlet will return the object storage repository that you map to this backup proxy pool.

Accepts the VBOProxyPool object.

To get this object, run the Get-VBOProxyPool cmdlet.

False

Named

True (ByValue)

<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 VBORepository object that contains settings of a backup repository.

Examples

Get-VBORepositoryExample 1. Getting All Backup Repositories

Get-VBORepositoryExample 2. Getting Repository by ID

Get-VBORepositoryExample 3. Getting Repository by Name

Get-VBORepositoryExample 4. Getting Repositories by Name Using Wildcards

Get-VBORepositoryExample 5. Getting Backup Repositories Associated with Specific Backup Proxy Server

Get-VBORepositoryExample 6. Getting Object Storage Repositories Associated with Specific Backup Proxy Pool

Related Commands

Page updated 9/13/2024

Page content applies to build 8.1.1.159