Tool for bulk generate random passwords on multiple user accounts in Active Directory

·


Since I know about Active Directory, one of the common questions I heard from others is how to efficiently manage bulk user accounts in Active Directory. A very well known legacy command at the market is ‘CSVDE‘ & ‘LDIFDE‘. These commands basically allow the administrators to insert/modify the user’s properties using a CSV sheet (for CSVDE) & LDIF file (for LDIFDE). This is a very organized method and no doubt, it is a lot easier rather than one by one create/modify the user account’s attributes.

But there are few challenges to perform accounts management with above commands, one of it is you will need to pre-define the actual Active Directory attribute inside the file, in order to allow Active Directory to insert information into the correct field. For example, First Name, Last Name, etc. Also, you will face another challenge if you would like to generate multiple random passwords on multiple user accounts in Active Directory.

Here, I would like to introduce one tool, although it is not new, but I found that useful on the internet, it called BulkADUser.