Get-VESPDatabase
Short Description
Returns backed-up Microsoft SharePoint databases.
Product: Veeam Backup & Replication
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
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 |
|---|---|---|---|---|---|
|
Name |
Specifies an array of names for Microsoft SharePoint databases. The cmdlet will return an array of Microsoft SharePoint databases with those names. This parameter accepts wildcard characters. |
|
False |
1 |
False |
|
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 |
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 Docs.
Output Object
The cmdlet returns the VESPDatabase[] array that contains backed-up Microsoft SharePoint databases.
Examples
Example 1. Getting List of Microsoft SharePoint Databases
|
This example shows how to get a list of Microsoft SharePoint databases.
Perform the following steps:
|
Example 2. Getting Microsoft SharePoint Database by Name
|
This example shows how to get the
Perform the following steps:
|
Related Commands
Get-VBRSharePointItemRestoreSessionReturns active restore sessions started to perform operations with backed-up Microsoft SharePoint databases.