User Password Expiry

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
 
J

Joe Richards [MVP]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top