

foreach($user in import-csv "E:\userinfo.csv") Having all of your user CSV file you could run this New-AzureADUser command like below format. If you add all of your user on a CSV file you can add them up easily by following script:

To avoid manual registration you could ad it using Azure PowerShell command.

I have more than 3000 active users in website, will I need toĪs you have thousand of user on your web side you can add them in a bulk operation. No you cannot! For authentication you need to define a user on your azure portal first.ģ. Can I authenticate users directly, without registering on Azure AD? Yeah Right you are! First you need to add your user on Azure portal then they need to authenticate while they would try to access anything in each operation.Ģ. It will need to add an user in Active Directory (AD) first?
