Get-VBRSQLDatabase
Short Description
Returns Microsoft SQL Server databases in restore point.
Applies to
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus
Syntax
Get-VBRSQLDatabase -ApplicationRestorePoint <VBRApplicationRestorePoint> [-Name <string[]>] [<CommonParameters>] |
Related Commands
Get-VBRApplicationRestorePoint
Return Type
Detailed Description
This cmdlet returns Microsoft SQL Server databases in a selected restore point.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Application | Specifies the restore point from which you want to get the databases. Accepts VBRApplicationRestorePoint. | True | Named | True (by Value | False |
Name | Filters the databases in the restore point by database name. | False | Named | False | True |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example
This example shows how to get the last restore point of the "Locations" database on the "crm_db" VM.