Get-VBORepositoryUpgradeSession
Short Description
Returns sessions started to upgrade JET-based backup repositories.
Syntax
This cmdlet provides parameter sets that allow you to:
- Get all sessions started to upgrade JET-based backup repositories.
Get-VBORepositoryUpgradeSession [<CommonParameters>] |
- Get a session started to upgrade a specific JET-based backup repository.
Get-VBORepositoryUpgradeSession [-Repository <VBORepository>] [<CommonParameters>] |
Detailed Description
This cmdlet returns sessions that are started to upgrade JET-based backup repositories.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Repository | Specifies a JET-based backup repository. The cmdlet will return sessions that are started to upgrade the specified backup repository. | Accepts the VBORepository object. To get this object, run the Get-VBORepository cmdlet. | False | 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
The cmdlet returns the VBORepositoryUpgradeSession object that contains details on sessions that are running to upgrade JET-based backup repositories.
Examples
Example 1. Getting Active Sessions Started to Upgrade Backup Repositories
This command returns all active sessions that are started to upgrade JET-based backup repositories.
|
Example 2. Getting Active Session Started to Upgrade Specific Backup Repository
This example shows how to get an active session started to upgrade the Repository 09 backup repository.
Perform the following steps:
|
Related Commands