Get-VBRADForestRestorePoint
Short Description
Returns restore points for a Microsoft Active Directory forest.
Platform: VMware, Hyper-V
Product Edition: Veeam Universal License
Syntax
|
Get-VBRADForestRestorePoint -ADForest <VBRADForest> [<CommonParameters>] |
Detailed Description
The cmdlet returns restore points that are available for the specified Microsoft Active Directory forest.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ADForest |
Specifies the Microsoft Active Directory forest for which to return restore points.
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 VBRADForestRestorePoint[] array that contains restore points for the specified Microsoft Active Directory forest.
Examples
Getting Restore Points for Microsoft Active Directory Forest
This example shows how to get all restore points available for a Microsoft Active Directory forest.
|
$forest = Get-VBRADForest Get-VBRADForestRestorePoint -ADForest $forest |
Perform the following steps:
- Run the
Get-VBRADForestReturns Microsoft Active Directory forests in your infrastructure. cmdlet. Save the result to the$forestvariable. - Run the
Get-VBRADForestRestorePointcmdlet. Set the$forestvariable as theADForestparameter value.
Related Commands
Get-VBRADForestReturns Microsoft Active Directory forests in your infrastructure.Get-VBRADForestDomainReturns Active Directory domains within a forest or a restore point.