Get-VBRExchangeItemRestoreSession
Short Description
Returns active restore sessions started to perform operations with backed-up Microsoft Exchange databases.
Product: Veeam Backup & Replication
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBRExchangeItemRestoreSession [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of active restore sessions started to perform operations with backed-up Microsoft Exchange databases.
Note |
|
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 Learn.
Output Object
The cmdlet returns the VBRExchangeRestoreSession[] array that contains settings of restore sessions started to explore backed-up Exchange databases and to perform operations with these databases.
Examples
Example 1. Getting All Running Restore Sessions
|
This command gets all running restore sessions initiated to perform operations with Microsoft Exchange databases. Save the result to the
|
Example 2. Getting Specific Restore Session
|
This example shows how to get a specific restore session initiated to perform operations with Microsoft Exchange databases.
Perform the following steps:
|
Example 3. Stopping Specific Restore Session
|
This example shows how to stop a specific restore session initiated to perform operations with Microsoft Exchange databases.
Perform the following steps:
|
Related Commands
Stop-VBRExchangeItemRestoreSessionStops active restore sessions initiated to perform operations with backed-up Microsoft Exchange databases.