Skip to content

Instantly share code, notes, and snippets.

@sob
Created May 17, 2017 14:49
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/e5e87f206f2d48cc8b2587d57ef0a636 to your computer and use it in GitHub Desktop.
Save sob/e5e87f206f2d48cc8b2587d57ef0a636 to your computer and use it in GitHub Desktop.
Connect-AzureAD
Get-AzureADUser -All | Export-CSV C:\users.csv
Get-AzureADGroup -All | Export-CSV C:\groups.csv
Import-CSV C:\Users.csv | Remove-AzureADUser -Force
Import-CSV C:\Groups.csv | Remove-AzureADGroup -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment