Hands on with Windows Server 2008 r2: Admin tools

05.05.2009

* To display information about domain controllers in a specific domain, use Get-ADDomainController -Discover

* To browse a specific domain, with results neatly formed in a table, "change directory" into AD via Cd AD: and then use the following series of commands:

PWD

DIR | Format-Table -Auto

CD "DC=domain_name,DC=TLD"