A quick way to check domain users’ account properties
Say, you are at a user workstation and need to determine when the password for the logged on user expires or if the user has any logon restrictions, then you can find out by running a simple command from the command-line interface.
Open a command prompt window and type the following command:
net user %USERNAME% /domain
From the output of this command you will be able to find password properties such as, password last set, password expiry date and whether the user is able to change his/her password among other information as shown below: