Look up AD User Password expiration date

A little while ago, I had a user call in and ask when their password would expire. Luckily, this information is readily accessible if you know where – and how – to look. Here’s how:

  1. Open a command prompt
  2. Enter the command net user %USERNAME% /domain
  3. Read the information from the results:
Screenshot of the result of the command net use %USERNAME% /domain

In addition to returning information about the password, the command will also return information about what workstations the user can log on to, whether they have restricted logon hours, and their local and global group memberships.


Posted

in

, ,

by

Comments

By posting a comment, you consent to our collecting the information you enter. See privacy policy for more information.

This site uses Akismet to reduce spam. Learn how your comment data is processed.