Short Description
Stops active restore sessions.
Syntax
Stop-VBOExchangeItemRestoreSession -Session <VBOExchangeRestoreSession> [<CommonParameters>] |
Detailed Description
This cmdlet stops an active restore session.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Session | Specifies the restore session you want to stop. | True | Named | True (ByValue) | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example
This example shows how to stop a restore session.
You will need to perform the following steps:
- Run Get-VBOExchangeItemRestoreSession to get the restore session you want to stop. Save the result to the $session variable.
- Run Stop-VBOExchangeItemRestoreSession with the $session variable.
PS C:\PS> $session = Get-VBOExchangeItemRestoreSession PS C:\PS> Stop-VBOExchangeItemRestoreSession -Session $session |
Related Commands
Get-VBOExchangeItemRestoreSession