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

VBRPluginRestoreSession

Examples

Get-VBRPluginRestoreSessionExample 1. Getting all Active Restore Sessions

This command returns all active restore sessions for standalone and managed Veeam Plug-ins.

Get-VBRPluginRestoreSession

Get-VBRPluginRestoreSessionExample 2. Getting Active Restore Sessions by ID

This command returns the ebea2113-dacb-4f5f-ac2a-18794fb6d4aa session.

Get-VBRPluginRestoreSession -Id ebea2113-dacb-4f5f-ac2a-18794fb6d4aa

Page updated 5/29/2024

Page content applies to build 12.1.2.172