User Accounts in Active Directory without strong passwords
hi,
thank post.
no direct way check account password complexity. query accounts password never expired or password no change days more max password age policy, check password 1 one.
password never expired query:
dsquery * -filter "(&(objectcategory=person)(objectclass=user)(useraccountcontrol:1.2.840.113556.1.4.803:=65536))"
password no change days query:
dsquery user -stalepwd 60
if there more inquiries on issue, please feel free let know.
regards
rick tan
technet community support
Windows Server > Security
Comments
Post a Comment