Get-VBRSharePointItemRestoreSession
Short Description
Returns active restore sessions started to perform operations with backed-up Microsoft SharePoint databases.
Applies to
Veeam Backup & Replication
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRSharePointItemRestoreSession [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of active restore sessions started to perform operations with backed-up Microsoft SharePoint databases.
Note: |
The cmdlet returns restore sessions initiated in the PowerShell console only. The cmdlet does not return restore sessions running in the Veeam Backup & Replication console. |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
The cmdlet returns the VBRSharePointItemRestoreSession[] object that contains settings of restore sessions started to explore backed-up Microsoft SharePoint databases and to perform operations with these databases.
Example
Getting Restore Session
This example shows how to get a restore session started to perform operations with backed-up Microsoft SharePoint databases.
$session = Get-VBRSharePointItemRestoreSession $session[0] |