Stop-VEODRestoreSession
Short Description
Stops active restore sessions.
Product: Veeam Backup for Microsoft 365
Product Edition: Community, Rental License, Subscription License
Syntax
|
Stop-VEODRestoreSession [-Session] <VBOOneDriveItemRestoreSession> [<CommonParameters>] |
Detailed Description
This cmdlet stops an active Veeam Explorer for Microsoft OneDrive restore session.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Session |
Specifies a restore session that you want to stop.
Accepts the |
True |
0 |
True (ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Examples
Stopping Restore Session
This example shows how to stop a restore session for Veeam Explorer for Microsoft OneDrive.
|
$session = Get-VEODRestoreSession Stop-VEODRestoreSession -Session $session |
Perform the following steps:
- Run the
Get-VEODRestoreSessionReturns active restore sessions started to perform operations with backed-up OneDrive items. cmdlet. Save the result to the$sessionvariable. - Run the
Stop-VEODRestoreSessioncmdlet. Set the$sessionvariable as theSessionparameter value.
Related Commands
Get-VEODRestoreSessionReturns active restore sessions started to perform operations with backed-up OneDrive items.