The
Windows operating system does not actually store the age of the user's password, but rather the last time it was set.
To view when the password was last set, type the following at an MS-DOS command prompt:
net user administrator
Information similar to the following is then displayed:
User name Administrator
Password last set 4/7/99 4:11 PM
(There is a variety of information displayed, but the Password last set value is the information of interest.)
For example, you have a domain that has been set up for one year and users do not change their passwords on a regular basis. If you were to set a maximum password age of 60 days, almost all users' passwords would expire and they would be required to change their password at next logon.
A better alternative in this example would be to set the maximum password age to 365 days and then slowly (over days or weeks) lower the maximum password age to 60. This would help to prevent the help desk from being inundated with calls.