This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VESPDatabase

Short Description

Returns backed-up Microsoft SharePoint databases.

Applies to: Veeam Backup & Replication

Product Edition: Community, Standard, Enterprise, Enterprise Plus

Syntax

Get-VESPDatabase [-Session] <VBRSharePointRestoreSession> [[-Name] <string[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns an array of backed-up Microsoft SharePoint databases.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Session

Specifies a restore session started to perform operations with Microsoft SharePoint databases

The cmdlet will return an array of Microsoft SharePoint databases that are available for restore within this session.

Accepts the VBRSharePointRestoreSession object. To get this object, run the Get-VBRSharePointItemRestoreSession cmdlet.

True

0

True (ByValue)

False

Name

Specifies an array of names for Microsoft SharePoint.databases.

False

1

False

False

 

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Docs.

Return Type

The cmdlet returns the VESPDatabase[] object that contains an array of backed-up Microsoft SharePoint databases.

Examples

Get-VESPDatabaseExample 1. Getting List of Microsoft SharePoint Databases

Get-VESPDatabaseExample 2. Getting Microsoft SharePoint Database by Name

Related Commands

Get-VBRSharePointItemRestoreSession