Get-VBRPluginRestoreSession
Short Description
Returns active restore sessions for standalone and managed Veeam Plug-ins.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Get all active restore sessions for standalone and managed Veeam Plug-ins.
|
Get-VBRPluginRestoreSession [<CommonParameters>] |
- Get active restore sessions by the session ID.
|
Get-VBRPluginRestoreSession [-Id <guid[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns active restore sessions for standalone and managed Veeam Plug-ins.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies the array of restore sessions for standalone and managed Veeam Plug-ins. The cmdlet will return the sessions with these IDs. |
Guid[] |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting all Active Restore Sessions
|
This command returns all active restore sessions for standalone and managed Veeam Plug-ins.
|
Example 2. Getting Active Restore Sessions by ID
|
This command returns the ebea2113-dacb-4f5f-ac2a-18794fb6d4aa session.
|