--- title: "VBRADForestDomain" description: "Contains a Microsoft Active Directory domain within the Microsoft Active Directory forest. Get-VBRADForestDomain" canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbradforestdomain.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRADForestDomain" dateModified: "2026-08-19" --- # VBRADForestDomain Contains a Microsoft Active Directory domain within the Microsoft Active Directory forest. ## Properties
|
Property |
Type |
Description |
|---|---|---|
|
DnsName |
String |
DNS name of the Active Directory domain. |
|
DistinguishedName |
String |
Distinguished name (DN) of the Active Directory domain. |
|
IsRoot |
Bool |
Indicates whether the domain is the root domain of the forest. |
|
Parent |
Parent domain in the domain tree. Returns null for the root domain of the forest. |