If you need to find out when a user in Active Directory last changed their password, it’s not very hard to do.

How to Enable Advanced Features in Active Directory?

The first thing you need to do is to turn on advanced features, which is what turns on the attribute editor tab in Active Directory Users and Computers.

  1. Start Active Directory Users and Computers
  2. Click the VIEW menu item
  3. Click ADVANCED FEATURES
how to see more tabs in active directory users and computers - advanced features

How to Find Out When a User Last Changed Their Password in Active Directory

Now go through your Active Directory Users and Computers and find the user you’re looking for. NOTE: If you do a search for them rather than manually going through the active directory and finding them yourself the tab that you need, in this case attribute editor does not appear. Yes this is a pain.

  1. Either double click on the user or right click on them and select PROPERTIES
  2. Click the ATTRIBUTE EDITOR tab
  3. Click inside the attribute list and type the letter “P” which should get you down to PwdLastSet
When a Users Password Was Changed in Active Directory

Command Line To Find Out When a User Last Changed Their Password in Active Directory

if you’re not a fan of using the GUI or you’re trying to do something through a script you might want to use a command line to figure out the last time a user changed their password in Active Directory.

  1. Launch a CMD window or a PowerShell or Windows Terminal.
    • This does not have to be run as it administrator but can be
  2. Type NET USER USERNAME and press the ENTER key
    • sub in the real name of the user for USERNAME above (i.e. net user imatthews)
command line cmd When a Users Password Was Changed in Active Directory

This will show you the last time a user set their password. It will will show you

  • when a user’s password expires
  • when are users password becomes changeable
  • if a user’s password changes required
  • if a user can change their own password


0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *