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

Stop-VEODRestoreSession

In this article

    Short Description

    Stops active restore sessions.

    Applies to Veeam Backup for Microsoft Office 365

    Product Edition: Community, Rental, Subscription

    Syntax

    Stop-VEODRestoreSession [-Session] <VBOOneDriveItemRestoreSession>  [<CommonParameters>]

    Detailed Description

    This cmdlet stops an active Veeam Explorer for Microsoft OneDrive restore session.

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Session

    Specifies the restore session you want to stop.

    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 Veeam Explorer for Microsoft OneDrive restore session:

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

    $session = Get-VEODRestoreSession

    Stop-VEODRestoreSession -Session $session

    Related Commands

    Get-VEODRestoreSession