Get-VEORRestoreSession
Short Description
Returns active restore sessions started to perform operations with backed-up Oracle databases.
Applies to
Veeam Backup & Replication
Product Edition: Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Detailed Description
This cmdlet returns an array of active restore sessions started to perform operations with backed-up Oracle databases.
|
The cmdlet returns restore sessions initiated in the PowerShell console only. The cmdlet does not return restore sessions running in the Veeam Backup & Replication console. |
Parameters
<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 VEORRestoreSession object that contains settings of restore sessions started to explore backed-up Oracle databases and to perform operations with these databases.
Examples
Example 1. Getting all Running Restore Sessions
This command gets all restore sessions to perform operations with Oracle databases. Save the result to the $session variable to be able to use this variable with other cmdlets. |
Example 2. Getting Specific Restore Session
This example shows how to get a specific restore session to perform operations with Oracle databases. Perform the following steps:
The Get-VEORRestoreSession cmdlet will return an array of active restore sessions.
|