Inspector for "Password complexity" on Windows endpoints

Hello,
For Windows OS, is there a way to check if “password complexity” is enabled?

Possible values
Enabled
Disabled
Not defined
May be stored in stored in Passfilt.dll.

I do not see it as part of the “security database” inspector.

Thanks,
John

John,

I agree that the Security Database object does not seem to have a property for Password Complexity on Windows.

You might want to look into a WMI RSOP call as is mentioned in this old 2010 post:

If you have the BigFix Compliance content, this Fixlet is available in that content stream under several of the Windows based standards.

2 Likes

Thanks Brolly for confirming password complexity not an available property in the security database object. Will check the post you suggested.
Thanks,
John

If this GPO sets something in the registry somewhere, then it may be possible to look for the effect of it that way, otherwise you may need something like RSOP as already mentioned.

Seems like these might be found here: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SecEdit\Reg Values

This seems to be a command line option to get some of this as well:

secedit /export /cfg C:\securityconfig.cfg

Looks like we have the paid for content that includes a check for Password complexity. Its a two step process, collecting the data, then reading an output file with an analysis. Thanks all for the help.

1 Like