--- title: "Start-VBRSharePointItemRestoreSession" description: "Starts restore sessions to explore backed-up Microsoft SharePoint databases and to perform operations with these databases." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/start-vbrsharepointitemrestoresession.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Reference > Veeam Explorer for Microsoft SharePoint > Start-VBRSharePointItemRestoreSession" dateModified: "2026-08-18" --- # Start-VBRSharePointItemRestoreSession ## Short Description Starts restore sessions to explore backed-up Microsoft SharePoint databases and to perform operations with these databases. **Product**: Veeam Backup & Replication **Product Edition**: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
RestorePoint
SiteCollectionRestorePoint
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
GuestCredential |
Specifies user account credentials to connect to the staging Microsoft SQL server. The user account must have the Accepts the |
|
False |
Named |
False |
|
RestorePoint |
Specifies a restore point. The cmdlet will get a Microsoft SharePoint database from the specified restore point. Accepts the |
|
True |
0 |
True (ByValue) |
|
SiteCollectionRestorePoint |
Specifies restore points of backed-up machines with Microsoft SQL Server databases for the specified Microsoft SharePoint site collection. Accepts the |
|
True |
0 |
True (ByValue) |
|
SqlCredential |
Specifies credentials for authenticating to the Microsoft SQL server. Accepts the |
|
False |
Named |
False |
|
StagingInstanceName |
Specifies a name of a Microsoft SQL instance. The cmdlet will create the content database within this instance. |
|
False |
Named |
False |
|
StagingServerName |
Specifies a name of the staging SQL server. The cmdlet will mount the restore point of the machine with the SharePoint database to the specified server. |
|
False |
Named |
False |
|
StagingServerPort |
Specifies a port number. The cmdlet will use this port to connect to the staging Microsoft SQL server. |
|
False |
Named |
False |
|
UseWindowsAuthentication |
Defines that the cmdlet will use Windows authentication. Default: False |
|
False |
Named |
False |