Skip to content

Instantly share code, notes, and snippets.

@joshbtn
Created November 11, 2015 17:47
Show Gist options
  • Save joshbtn/d6bffe7d94a9785aabda to your computer and use it in GitHub Desktop.
Save joshbtn/d6bffe7d94a9785aabda to your computer and use it in GitHub Desktop.
Search active directory from powershell
([adsisearcher]"samaccountname=prefix-*").FindAll().Properties.cn
([adsisearcher]"(&(objectcategory=computer)(samaccountname=prefix-*))").FindAll().Properties.cn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment