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 |
|---|---|---|---|---|---|
|
Session |
Specifies a session that is started to upgrade backup repositories. The cmdlet will stop this session.
Accepts the
To get this object, run the |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Examples
Stopping Upgrade Sessions
This command stops sessions started to upgrade backup repositories.
|
Get-VBORepositoryUpgradeSession | foreach{Stop-VBORepositoryUpgradeSession -Session $_} |
Related Commands
Get-VBORepositoryUpgradeSessionReturns sessions started to upgrade backup repositories.