It's a SAM read-only object AFAIK, you can't modify it.
 
-----Original Message-----
From: John F. Hann [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 27, 2003 2:02 PM
To: ActiveDir List
Subject: [ActiveDir] Reset BadPwdCount property for users


Is the BadPwdCount property read only?  I have tried to reset this with the following 
script and get errors

Set Ulist = GetObject("LDAP://ou=My Users,DC=My,DC=domain,DC=com")
For Each User In Ulist
   If user.badpwdcount > 5 then
      WScript.Echo(user.fullname & " " & user.badpwdcount)
      user.badpwdcount = 0
      user.setinfo
  End if
Next




John Hann
BancorpSouth
662.678.7179
List info   : http://www.activedir.org/mail_list.htm
List FAQ    : http://www.activedir.org/list_faq.htm
List archive: http://www.mail-archive.com/activedir%40mail.activedir.org/

Reply via email to