Skip to content

Instantly share code, notes, and snippets.

@sob
Last active May 17, 2017 15:41
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 sob/571c66098f85b27d22d58c189b59bc9d to your computer and use it in GitHub Desktop.
Save sob/571c66098f85b27d22d58c189b59bc9d to your computer and use it in GitHub Desktop.
Connect-AzureAD
Get-AzureADUser -Filter "UserType eq 'Member'" | Export-CSV C:\users.csv
Get-AzureADGroup | Export-CSV C:\groups.csv
Import-CSV C:\Users.csv | Remove-AzureADUser
Import-CSV C:\Groups.csv | Remove-AzureADGroup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment