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

Stop-VBORepositoryUpgradeSession

Short Description

Stops sessions started to upgrade backup repositories.

Syntax

Stop-VBORepositoryUpgradeSession -Session <VBORepositoryUpgradeSession>  [<CommonParameters>]

Detailed Description

This cmdlet returns sessions that are started to upgrade backup repositories.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Session

Specifies a session that is started to upgrade backup repositories. The cmdlet will stop this session.

Accepts the VBORepositoryUpgradeSession object. To get this object, run the Get-VBORepositoryUpgradeSession cmdlet.

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

None.

Examples

Stopping Upgrade Sessions

This example shows how to stop sessions started to upgrade backup repositories.

Get-VBORepositoryUpgradeSession | foreach{Stop-VBORepositoryUpgradeSession -Session $_}

Related Commands

Get-VBORepositoryUpgradeSession