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:

  • ByDomain

    Get-VBRADForestDomainRestorePoint -Domain <VBRADForestDomain> [<CommonParameters>]

  • ByDomainController

    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

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-VBRADForestDomainReturns Active Directory domains within a forest or a restore point. cmdlet.

VBRADForestDomain

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-VBRADForestDomainControllerReturns domain controllers for an Active Directory domain. cmdlet.

VBRADForestDomainController

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

Get-VBRADForestDomainRestorePointExample 1. Getting Restore Points by Domain

This example shows how to get restore points for an Active Directory domain.

$forest = Get-VBRADForest

$domain = Get-VBRADForestDomain -ADForest $forest

Get-VBRADForestDomainRestorePoint -Domain $domain

Perform the following steps:

  1. Run the Get-VBRADForestReturns Microsoft Active Directory forests in your infrastructure. cmdlet. Save the result to the $forest variable.
  2. Run the Get-VBRADForestDomainReturns Active Directory domains within a forest or a restore point. cmdlet. Set the $forest variable as the ADForest parameter value. Save the result to the $domain variable.
  3. Run the Get-VBRADForestDomainRestorePoint cmdlet. Set the $domain variable as the Domain parameter value.

Get-VBRADForestDomainRestorePointExample 2. Getting Restore Points by Domain Controller

This example shows how to get restore points for a specific domain controller.

$forest = Get-VBRADForest

$domain = Get-VBRADForestDomain -ADForest $forest

$controller = Get-VBRADForestDomainController -ADForestDomain $domain

Get-VBRADForestDomainRestorePoint -DomainController $controller

Perform the following steps:

  1. Run the Get-VBRADForestReturns Microsoft Active Directory forests in your infrastructure. cmdlet. Save the result to the $forest variable.
  2. Run the Get-VBRADForestDomainReturns Active Directory domains within a forest or a restore point. cmdlet. Set the $forest variable as the ADForest parameter value. Save the result to the $domain variable.
  3. Run the Get-VBRADForestDomainControllerReturns domain controllers for an Active Directory domain. cmdlet. Set the $domain variable as the ADForestDomain parameter value. Save the result to the $controller variable.
  4. Run the Get-VBRADForestDomainRestorePoint cmdlet. Set the $controller variable as the DomainController parameter value.

Page updated 2026-08-19

Page content applies to build 13.1.1.18