Hello Raviteja
To create multiple users in Azure AD using PowerShell, you can follow these steps:
- Create a CSV file with the attributes Name, samAccountName and ParentOU.
- Copy the PowerShell script and paste it in a Notepad file.
- Change the NewUsers.csv file path with your own CSV file path.
- Change the domain name TestDomain.local into your own domain name.
- Run the PowerShell script.
I hope this helps! Let me know if you have any other questions.