Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies To: Windows Server 2008 R2
This topic explains how to use the Active Directory module for Windows PowerShell to find the domains in a forest in Active Directory Domain Services (AD DS).
Example
The following example demonstrates how to list all the domains in a forest:
(Get-ADForest).domains
Additional information
For a full explanation of the parameters that you can pass to Get-ADForest, at the Active Directory module command prompt, type Get-Help Get-ADForest –detailed, and then press ENTER.