BJD1997 / CreateAndDeleteUsers

Create and delete users in AzureAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Create and delete users in AzureAD

License:MIT License


Languages

Language:PowerShell 100.0%