Skip to content

Instantly share code, notes, and snippets.

@flickerfly
Last active December 15, 2015 10:29
Show Gist options
  • Save flickerfly/5246377 to your computer and use it in GitHub Desktop.
Save flickerfly/5246377 to your computer and use it in GitHub Desktop.
Find all the Domain Controllers
$DomainControllers = [System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain().DomainControllers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment