Skip to content

Instantly share code, notes, and snippets.

@athalean
Created May 21, 2014 10:13
Show Gist options
  • Save athalean/f0abbb817f0d6dce3829 to your computer and use it in GitHub Desktop.
Save athalean/f0abbb817f0d6dce3829 to your computer and use it in GitHub Desktop.
query ActiveDirectory and exclude inactive users
(&(sAMAccountName=%(user)s)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment