/CreateAndDeleteUsers

Create and delete users in AzureAD

Primary LanguagePowerShellMIT LicenseMIT

Create and delete users in AzureAD

The scripts in this repository can be used to create and delete users in bulk from AzureAD.

Create Users

The BulkCreateUsers.ps1 script creates users according to the example CSV file.

Delete Users

The BulkDeleteUsers.ps1 script deletes users from AzureAD after being selected using Out-GridView.

Disclaimer

Note: both of these scripts were generated using ChatGPT