Skip to content

Instantly share code, notes, and snippets.

@iqwirty
Last active December 10, 2015 06:59
Show Gist options
  • Save iqwirty/4398438 to your computer and use it in GitHub Desktop.
Save iqwirty/4398438 to your computer and use it in GitHub Desktop.
This script uses the Quest cmdlet Get-QADUser to find/display all disabled user objects.
Get-QADUser -Disabled `
| Select Name, DisplayName, Department, WhenChanged `
| Sort DisplayName `
| Format-Table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment