Password age Windos 2003

  • Thread starter Thread starter Bruce Hewer
  • Start date Start date
B

Bruce Hewer

How do i query for the age of a particular users password
age in DA
 
You can change that under domain policy. which has settings for domain
passwords.
 
-----Original Message-----
How do i query for the age of a particular users password
age in DA
.
You can use ldap query to get the password age.
do the folloiwngs:
set obj = "LDAP://OU=staff,CN=username,DC=XXXX,DC=XXXX"
spasswordage = ojb.passwordage

'you need to replace the username and fill in the DC
properties
good luck
 

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

Back
Top