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

Stop-VBOSharePointItemRestoreSession

In this article

    Short Description

    Stops active restore sessions  initiated to perform operations with backed-up Microsoft SharePoint databases.

    Applies to: Veeam Backup for Microsoft Office 365

    Product Edition: Community, Standard, Enterprise, Enterprise Plus

    Syntax

    Stop-VBOSharePointItemRestoreSession [-Session] <VBOSharePointRestoreSession>  [<CommonParameters>]

    Detailed Description

    This cmdlet stops active restore sessions for Veeam Explorer for Microsoft SharePoint.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Session

    Specifies a restore session that you want to stop. Accepts the VBOSharePointItemRestoreSession object. To get this object, run the Get-VBOSharePointItemRestoreSession cmdlet.

    True

    0

    True (ByValue)

    False

    <CommonParameters>

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

    Example

    This example shows how to stop a restore session for Veeam Explorer for Microsoft SharePoint.

    1. Run the Get-VBOSharePointItemRestoreSession cmdlet to get the restore session that you want to stop. Save the result to the $session variable.
    2. Run the Stop-VBOSharePointItemRestoreSession cmdlet with the $session variable.

    $session = Get-VBOSharePointItemRestoreSession

    Stop-VBOSharePointItemRestoreSession -Session $session

    Related Commands

    Get-VBOSharePointItemRestoreSession