A quick and useful PowerShell one-liner to return information about your AD environment is:
[System.DirectoryServices.ActiveDirectory.Forest]::GetCurrentForest()
I PowerShell, don’t you?
No Comments