Get-VBRADForestDomainRestorePoint
Short Description
Returns restore points for an Active Directory domain.
Platform: VMware, Hyper-V
Product Edition: Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
ByDomainGet-VBRADForestDomainRestorePoint -Domain <VBRADForestDomain> [<CommonParameters>]
-
ByDomainControllerGet-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 |
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 |
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
Get-VBRADForestReturns Microsoft Active Directory forests in your infrastructure.Get-VBRADForestDomainReturns Active Directory domains within a forest or a restore point.Get-VBRADForestDomainControllerReturns domain controllers for an Active Directory domain.