Stop-VBOSharePointItemRestoreSession

Short Description

Stops active restore sessions initiated to perform operations with SharePoint items.

Product: Veeam Backup for Microsoft 365

Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

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

Detailed Description

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

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Session

Specifies a restore session that you want to stop.

Accepts the VBOSharePointRestoreSession object. To get this object, run the Get-VBOSharePointItemRestoreSessionReturns active restore sessions started to perform operations with backed-up SharePoint items. cmdlet.

VBOSharePointRestoreSession

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 SharePoint.

$session = Get-VBOSharePointItemRestoreSession

Stop-VBOSharePointItemRestoreSession -Session $session

Perform the following steps:

  1. Run the Get-VBOSharePointItemRestoreSessionReturns active restore sessions started to perform operations with backed-up SharePoint items. cmdlet. Save the result to the $session variable.
  2. Run the Stop-VBOSharePointItemRestoreSession cmdlet. Set the $session variable as the Session parameter value.

Get-VBOSharePointItemRestoreSessionReturns active restore sessions started to perform operations with backed-up SharePoint items.

Page updated 2026-08-20

Page content applies to build 8.5.0.1014