Skip to content

Bulk Reset User Passwords in Active Directory

In this guide, you will learn how to bulk reset passwords in Active Directory using the AD Pro Toolkit.

Step 1. Create a CSV File

Create a CSV file with a list of user accounts and a password column. (see example screen shot below).

TIP: You can use the export tool to quickly get a list of accounts into a CSV file.

  • You can identify user accounts with SamAccountName, EmployeeID, EmployeeNumber or UserPrincipalName
  • To force password change at next logon add the pwdLastSet column and set the value to 0.

Example CSV file for resetting the password for multiple accounts.

bulk password reset

Step 2. Open the Bulk Modify Users Tool

From the User Management page click on bulk modify users

bulk password reset tool

Step 3. Select your CSV file and click run.

Click browse and select your CSV file and then click run to start updating users passwords.

start update process

Reset Password for All Users in an OU

In this example, I’ll show you how to reset the password for all users in an OU.

  1. Click on Export users and export the accounts from the OU.
  2. Click browse, select the OU and click run.
  3. Click export and select export to CSV.
  4. Modify the CSV File
    • Remove all columns except sAMAccountName
    • Add password column
    • Optionally add a pwdLastSet column to force password change at next logon.
  5. Select CSV File and click run.