User Accounts in Active Directory without strong passwords


is there way find user accounts in active directory don't meet password requirements?  have enabled group policy password requirements , of our users have been forced change complex password.  i've discovered there additional accounts used services still enabled don't have password , haven't been required update - though group policy applied account.  there way search or disable accounts don't meet requirements?

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

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file