Skip to content

Instantly share code, notes, and snippets.

@nopslider
Created April 12, 2019 12:17
Show Gist options
  • Save nopslider/84266bafc0dc0b7c28ae9efe490d60bf to your computer and use it in GitHub Desktop.
Save nopslider/84266bafc0dc0b7c28ae9efe490d60bf to your computer and use it in GitHub Desktop.
Get all servers without ad tools
$Search = [adsisearcher]"(&(&(&(&(samAccountType=805306369))(objectCategory=computer)(operatingSystem=Windows Server*))))"
(($Search.findall()).properties).dnshostname
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment