Skip to content

Instantly share code, notes, and snippets.

@nopslider
Created December 10, 2014 10:12
Show Gist options
  • Save nopslider/3a01e39d191047edfcc8 to your computer and use it in GitHub Desktop.
Save nopslider/3a01e39d191047edfcc8 to your computer and use it in GitHub Desktop.
List all enabed accounts in a Domain
Get-ADUser -Filter {enabled -eq $true} | select SamAccountName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment