Stop-VBORepositoryUpgradeSession
Short Description
Stops sessions started to upgrade JET-based backup repositories.
Syntax
Stop-VBORepositoryUpgradeSession -Session <VBORepositoryUpgradeSession> [<CommonParameters>] |
Detailed Description
This cmdlet stops sessions that are started to upgrade JET-based backup repositories.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Session | Specifies a session that is started to upgrade JET-based 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.
Example
Stopping Upgrade Sessions
This command stops sessions started to upgrade JET-based backup repositories.
Get-VBORepositoryUpgradeSession | foreach{Stop-VBORepositoryUpgradeSession -Session $_} |
Related Commands