WMI query to check setting "Reversible Encryption" in Windows XP

Posted by Mart on Server Fault See other posts from Server Fault or by Mart
Published on 2012-03-22T09:26:43Z Indexed on 2012/03/22 11:31 UTC
Read the original article Hit count: 318

Filed under:
|
|

In Windows XP, there are two settings in Group Policy I'm looking at:

  • Password must meet complexity requirements
  • Store password using reversible encryption

Both of these settings are under Local Computer Policy/Computer Config/Windows Settings/Security Settings/Account Policies/Password Policy.

For the first one, I have found the setting in RSOP_SecurityEventLogSettingBoolean class in WMI. However, I can't find the latter. Does anybody know in which class in WMI can I read that particular setting?

© Server Fault or respective owner

Related posts about windows-xp

Related posts about group-policy