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

Start-VBORepositoryUpgradeSession

Short Description

Starts to upgrade backup repositories.

Syntax

Start-VBORepositoryUpgradeSession -Repository <VBORepository>  [<CommonParameters>]

Detailed Description

This cmdlet starts to upgrade backup repositories. You may need this if you have upgraded Veeam Backup for Microsoft 365 to a new version. All backup repositories previously added to your environment will be marked as out of date.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Repository

Specifies a backup repository. The cmdlet will upgrade this backup repository.

Accepts the VBORepository object.

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

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 VBORepositoryUpgradeSession object that contains details on sessions that are running to upgrade backup repositories.

Examples

Start-VBORepositoryUpgradeSessionExample 1. Upgrading Backup Repository

Related Commands

Get-VBORepository