Get-VBRADForestRestoreSession
Short Description
Returns Microsoft Active Directory forest restore sessions.
Applies to
Platform: VMware, Hyper-V
Product Edition: Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Get all active Microsoft Active Directory forest restore sessions.
|
Get-VBRADForestRestoreSession [<CommonParameters>] |
- Get a specific Microsoft Active Directory forest restore session by session object.
|
Get-VBRADForestRestoreSession [-Session <VBRADForestRestoreSession>] [<CommonParameters>] |
- Get a Microsoft Active Directory forest restore session by ID.
|
Get-VBRADForestRestoreSession [-Id <Guid>] [<CommonParameters>] |
Detailed Description
This cmdlet returns Microsoft Active Directory forest restore sessions. You can get all active sessions, or filter by session object or session ID. Use this cmdlet to monitor or stop ongoing Microsoft Active Directory forest restore operations.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Session |
Specifies a Microsoft Active Directory forest restore session. The cmdlet will return this session. |
Accepts the VBRADForestRestoreSession object. To get this object, run the Get-VBRADForestRestoreSession cmdlet. |
False |
Named |
True (ByPropertyName, ByValue) |
|
Id |
Specifies the ID of the Microsoft Active Directory forest restore session. The cmdlet will return this session. |
Guid |
False |
Named |
True (ByPropertyName) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRADForestRestoreSession object that contains properties of the Microsoft Active Directory forest restore session.
Examples
Example 1. Getting All Active AD Forest Restore Sessions
|
This command returns all active Microsoft Active Directory forest restore sessions.
|
Example 2. Getting AD Forest Restore Session by Session Object
|
This example shows how to get a specific Microsoft Active Directory forest restore session using the session object.
Perform the following steps:
|
Example 3. Getting AD Forest Restore Session by ID
|
This command returns the Microsoft Active Directory forest restore session with the specified ID.
|
Related Commands