Get-VBRPluginRestoreSession

Short Description

Returns active restore sessions of application policies.

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 of application policies.

Get-VBRPluginRestoreSession  [<CommonParameters>]

  • Get active restore sessions of application policies by their ID.

Get-VBRPluginRestoreSession [-Id <guid[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns active restore sessions of application policies.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Id

Specifies the array of restore sessions for application policies IDs. 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 of Application Policies

This command returns all active restore sessions of application policies.

Get-VBRPluginRestoreSession

Get-VBRPluginRestoreSessionExample 2. Getting Active Restore Sessions of Application Policies

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

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