Skip to content

Instantly share code, notes, and snippets.

@duffney
Created August 25, 2015 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duffney/ba2d523bc25204e3267a to your computer and use it in GitHub Desktop.
Save duffney/ba2d523bc25204e3267a to your computer and use it in GitHub Desktop.
Stale-ADgroups.ps1
$StaleGroupsobj | where MemberCount -eq '0'`
| select Name,MemberCount,MemberofCount,DaysSinceChange`
| where MemberOfCount -eq '0' | where DaysSinceChange -GE '190'| ft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment