How to check the Last Password Set Date & Time using command prompt
Goto Run and type CMD, the black dialog box will be opened and type the below command on the command prompt
net user username | find /I "Password last set"
Where "username" is the username to find.
Example
net user administrator | find /I "Password last set"
Result will be display like below
Hope this information will be helpful!!!
Thanks for reading this.
Goto Run and type CMD, the black dialog box will be opened and type the below command on the command prompt
net user username | find /I "Password last set"
Where "username" is the username to find.
Example
net user administrator | find /I "Password last set"
Result will be display like below
Hope this information will be helpful!!!
Thanks for reading this.
It is really helpful to know the last password... Thanks Mahesh... please keep doing your job well.
ReplyDelete