Get-VBRADForestRestoreSession
Short Description
Returns Microsoft Active Directory forest restore sessions.
Platform: VMware, Hyper-V
Product Edition: Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRADForestRestoreSession [<CommonParameters>]
-
SessionGet-VBRADForestRestoreSession [-Session <VBRADForestRestoreSession>] [<CommonParameters>]
-
IdGet-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 |
|---|---|---|---|---|---|
|
Id |
Specifies the ID of the Microsoft Active Directory forest restore session. The cmdlet will return this session. |
|
False |
Named |
True (ByPropertyName) |
|
Session |
Specifies a Microsoft Active Directory forest restore session. The cmdlet will return this session.
Accepts the |
False |
Named |
True (ByPropertyName, ByValue) |
<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
Start-VBRADForestRestoreStarts a Microsoft Active Directory forest restore.