SecurityPolicyDsc
SecurityPolicyDsc copied to clipboard
Addition of minimum password length audit
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>
}
}