SecurityPolicyDsc icon indicating copy to clipboard operation
SecurityPolicyDsc copied to clipboard

Addition of minimum password length audit

Open mgreenegit opened this issue 4 years ago • 0 comments

There are several new policies available in new server versions missing from the psd1. I will attempt to make this easy by discovering the format where I can.

"Minimum_length_password_audit" = @{
        Value   = "MACHINE\System\CurrentControlSet\Control\SAM\MinimumPasswordLengthAudit"
        Section = 'Registry Values'
        Option  = @{
            String = "4," # + <NumberOfCharacters>
        }
    }

mgreenegit avatar Aug 05 '21 14:08 mgreenegit