۲۱
شهریور
We had a requirement of creating bulk users in Active directory for Test users. Initially i thought of wrtting .NET code which will communicate to LDAP and creates the users.
but i was not aware of that it can be done very-2 quickly using the Powershell with 3-4 line of scripts.
we had a csv file which had all the users with AD information in it. The Format of that csv is some thing like the below one:
Please change the {Domain Name} with your Environment Domain name.