User Password Expiry

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to query a user object within the Active Directory to
ascertain when the password will expire or the current password history to
predict when users will be required to change their passwords - we are
working on a project at the moment that requires this information to move
forward with our chosen Group Policy structure
 
Long Form: You need to look at the password policy of the domain which is stored
in the Domain NC object. Then you need to compare that, the current date, and
the pwdLastSet attribute on the user object.

Short form you can look at tools like findexpacc available at www.joeware.net.
 
Back
Top