Get-VESQLRDSRestoreSession
Short Description
Returns active restore sessions started to explore and restore backed-up Microsoft SQL Server databases running on Amazon RDS.
Product: Veeam Backup & Replication
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
|
Get-VESQLRDSRestoreSession [[-SessionId] <Guid>] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of active restore sessions started to explore and restore backed-up Microsoft SQL Server databases running on Amazon RDS.
After you get the restore session, run the Get-VESQLRDSDatabaseReturns backed-up Microsoft SQL Server databases running on Amazon RDS. cmdlet to get backed-up Microsoft SQL Server databases running on Amazon RDS.
Note |
|
Note the difference between a restore session and a restore job. A restore session is a preliminary step where Veeam Explorer for Microsoft SQL Server has retrieved the backup from the backup repository, pending restore operations. A restore job is the process of restoring data from the backup to the target Microsoft SQL Server machine.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
SessionId |
Specifies a restore session initiated to explore backed-up Microsoft SQL Server databases running on Amazon RDS. The cmdlet will return this session. |
|
False |
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 VESQLRDSRestoreSession[] object that contains settings of restore sessions for backed-up Microsoft SQL Server databases running on Amazon RDS.
Examples
Example 1. Getting All Running Restore Sessions
|
This command gets all running restore sessions for backed-up Microsoft SQL Server databases running on Amazon RDS. Save the result to the
|
Example 2. Getting Specific Restore Session with Indexing
|
This example shows how to use indexing to get a specific restore session for backed-up Microsoft SQL Server databases running on Amazon RDS.
Perform the following steps:
|
Example 3. Getting Specific Restore Session with Session Id
|
This command returns a restore session with a specific session ID. Save the result to the
|