Short Description
Returns active restore sessions for Microsoft SharePoint.
Applies to: Veeam Backup & Replication
Product Edition: Community, Standard, Enterprise, Enterprise Plus
Syntax
Get-VBRSharePointItemRestoreSession [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of active restore sessions for Microsoft SharePoint.
|
Mind the following:
|
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Return Type
VBRSharePointRestoreSession[]
Example
This example shows how to get a restore session for Microsoft SharePoint out of the restore sessions array.
PS C:\PS> $session = Get-VBRSharePointItemRestoreSession PS C:\PS> $session[0] |