Stop-VBORepositoryUpgradeSession

Short Description

Stops sessions started to upgrade backup repositories.

Syntax

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

Detailed Description

This cmdlet stops 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

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

Stop-VBORepositoryUpgradeSessionExample 1. Stopping Upgrade Sessions

This command stops sessions started to upgrade backup repositories.

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

Related Commands

Get-VBORepositoryUpgradeSession