Stop-VEODRestoreSession
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 | Accept |
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:
- Run the Get-VEODRestoreSession cmdlet to get the restore session you want to stop. Save the result to the $session variable.
- Run the Stop-VEODRestoreSession cmdlet with the $session variable.
$session = Get-VEODRestoreSession Stop-VEODRestoreSession -Session $session |
Related Commands