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:
- Open a command prompt
- Enter the command
net user %USERNAME% /domain
- Read the information from the results:
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.
By posting a comment, you consent to our collecting the information you enter. See privacy policy for more information.