Get-VEADItemRestore
Short Description
Returns information about the restore process for Active Directory objects and containers.
Applies to
Veeam Backup & Replication
Product Edition: Community, Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VEADItemRestore [-Server <String[]>] [-TargetContainer <VEADADContainer[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns information about the restore process for Active Directory objects and containers.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Server |
Specifies DNS name or IP address of the target domain controller servers to which the objects or containers are restored. This parameter accepts wildcard characters. |
String[] |
False |
Named |
False |
|
TargetContainer |
Specifies the target containers to which the objects or containers are restored. |
Accepts the VEADADContainer[] object. To get this object, run the Get-VEADADContainer cmdlet. |
False |
Named |
False |
<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 VEADRestore[] array that contains information about the restore process of Active Directory objects or containers.
Examples
Example 1. Getting All Restore Processes for Active Directory Items
|
This command returns a list of all ongoing restore processes for Active Directory items. Save the result to the $restore variable to be able to use it with other cmdlets.
|
Example 2. Getting Restore Processes for Active Directory Items Restored to Specific Target Server
|
This command returns all active restore processes that use addc02 as a target server. Save the result to the $restore variable to be able to use it with other cmdlets.
|
Example 3. Getting Restore Processes for Active Directory Items Restored to Specific Target Container
|
This example returns all active restore processes to a specific target container.
Perform the following steps:
|
Example 4. Getting Restore Processes for Active Directory Items Restored to Target Servers that Begin with Certain String
|
This command returns all active restore processes that use target servers whose DNS names begin with "addc". Save the result to the $restore variable to be able to use it with other cmdlets.
|
Related Commands