This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRSharePointItemRestoreSession

In this article

    Short Description

    Returns active restore sessions started to perform operations with backed-up Microsoft SharePoint databases.

    Applies to: Veeam Backup & Replication

    Product Edition: Community, Standard, Enterprise, Enterprise Plus

    Syntax

    Get-VBRSharePointItemRestoreSession  [<CommonParameters>]

    Detailed Description

    This cmdlet returns an array of active restore sessions started to perform operations with backed-up Microsoft SharePoint databases.

    Get-VBRSharePointItemRestoreSession Note:

    The cmdlet returns restore sessions initiated in the PowerShell console only. The cmdlet does not return restore sessions running in the Veeam Backup & Replication console.

    <CommonParameters>

    This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

    Return Type

    VBRSharePointRestoreSession[]

    Example

    This example shows how to get restore sessions started to perform operations with backed-up Microsoft SharePoint databases.

    $session = Get-VBRSharePointItemRestoreSession

    $session[0]