Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 509 Bytes

File metadata and controls

12 lines (8 loc) · 509 Bytes

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