IT Solutions
Posts tagged Domain User

How to check Last Password Change of Domain User
Here is a simple tips explains how to get details about Last Password Changed for a user account in Active Directory. This can be accomplished by various tools but now we’ll do the trick using Net User.
Syntax :
NET USER username /domain 1 NET USER username /domainIn above command, replace the <username> with domain username and press enter. I have given example below that tried with username “francisv”
Wola! It shows more than expected…..
C:\Users>net user francisv /domain User name francisv Full Name Francis Villaluna Comment User’s comment Country code 000 (System Default) Account active Yes Account expires Never
Password last set 11/3/2014 3:33:20 PM More >
Recent Comments