Get-VEADRestoreSessionJob
Short Description
Returns active restore sessions started to perform operations with backed-up Microsoft Active Directory databases.
Product: Veeam Backup & Replication
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VEADRestoreSessionJob [[-SessionId] <Guid>] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of active restore sessions started to perform operations with backed-up Microsoft Active Directory databases.
Note |
|
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
SessionId |
Specifies the session ID of the necessary restore session. |
|
False |
1 |
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 VEADRestoreSessionJob[] array that contains settings of restore sessions started to explore backed-up Microsoft Active Directory data and to perform operations with this data.
Examples
Example 1. Getting All Running Restore Sessions
|
This command gets all running restore sessions started to perform operations with Microsoft Active Directory databases. Save the result to the
|
Example 2. Getting Specific Restore Session
|
This example shows how to get a specific restore session started to perform operations with Microsoft Active Directory databases:
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
|