Get-VBRADForestDomainRestorePoint
Short Description
Returns restore points for an Active Directory domain.
Applies to
Platform: VMware, Hyper-V
Product Edition: Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Get Active Directory domain restore points using the domain.
|
Get-VBRADForestDomainRestorePoint -Domain <VBRADForestDomain> [<CommonParameters>] |
- Get Active Directory domain restore points using the domain controller.
|
Get-VBRADForestDomainRestorePoint -DomainController <VBRADForestDomainController> [<CommonParameters>] |
Detailed Description
This cmdlet returns restore points that are available for the specified Active Directory domain or domain controller.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Domain |
Specifies an Active Directory domain. The cmdlet will return restore points that contain the specified domain. |
Accepts the VBRADForestDomain object. To get this object, run the Get-VBRADForestDomain cmdlet. |
True |
Named |
True (ByValue) |
|
DomainController |
Specifies an Active Directory domain controller. The cmdlet will return restore points that contain the specified domain controller. |
Accepts the VBRADForestDomainController object. To get this object, run the Get-VBRADForestDomainController cmdlet. |
True |
Named |
True (ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRADForestDomainRestorePoint[] object that contains information about the restore point of the Active Directory domain.
Examples
Example 1. Getting Restore Points by Domain
|
This example shows how to get restore points for an Active Directory domain.
Perform the following steps:
|
Example 2. Getting Restore Points by Domain Controller
|
This example shows how to get restore points for a specific domain controller.
Perform the following steps:
|
Related Commands