Skip to content

Instantly share code, notes, and snippets.

@flickerfly
Created November 30, 2016 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flickerfly/9c680a9105452d0b278b677fa8d85b9e to your computer and use it in GitHub Desktop.
Save flickerfly/9c680a9105452d0b278b677fa8d85b9e to your computer and use it in GitHub Desktop.
List Names of Domain Controllers
# http://use-powershell.blogspot.com/2013/04/find-all-domain-controllers-in-domain.html
Get-ADDomainController -Filter * |Select-Object name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment