Skip to content

Bulk Update Active Directory Users

In this guide, you will learn how to bulk update Active Directory users using the AD Pro Toolkit.

Resources

Step 1. Create a CSV Template

  1. Download the CSV Template from the resources section at the top.

  2. Modify the CSV template and add your accounts and details that you want to update.

In this example, I’m going to update the description, office, city, state, title, department and company.

My CSV template looks like this. I’m using the sAMAccountName attribute to identify the accounts, I’ve also removed the columns I don’t need.

bulk update user

When your CSV file is configured save it and move to step 2.

Step 2. Run the Bulk Modify Users Tool

  1. From the user management page click on “Bulk Modify Users”.

    bulk update user tool
  2. Select your CSV template and click run.

    Note: If you are not using sAMAccountName to identify accounts, then you need to click “Update Options” and select the column you are using.

    select csv template
  3. Review logs for errors.

    If the update failed for any accounts the log will display an error.

Generate CSV Template with Export Tool

With the export tool you can export a list of accounts and the specific fields you want to update. In this example, I’m going to generate a list of all users in the Accounting OU.

  1. From the User Management page click on “Export Users”.

  2. Click “Browse” to select an OU or group. In this example, I’m going to select my Accounting OU.

    select ou
  3. Click “Columns” and add/remove the columns you want to update.

    Note: Make sure one of the columns is one of the required fields to identify the accounts.

    select columns
  4. Click “Run” to preview and then click export and select “Export to CSV”.

    export csv

Now you should have a CSV template with the list of users and attributes you want to update. Next, just update the CSV with the new details and run the tool to process the csv.

export csv example