Checking the last password change using CMD has to be the easiest method as It offers you the Net user command. The commandlet allows you to manage user accounts and groups. Using this method, you can ...
At the command prompt, enter the following: NET USER <username> <password> /domain Replace <username> with the name of the account you want to change and <password> with the new password. You can use ...