ad-password-protection
ad-password-protection copied to clipboard
Add a powershell to show the results after applying the normalization rules
Not that it's hard to do manually, but it could be handy to quickly see why a password fails. Maybe add it as an option to Test‐IsCompromisedPassword.
You can use this cmdlet to see why a password has failed. See the table at the bottom for the specific reason for failure.
https://github.com/lithnet/ad-password-protection/wiki/Get%E2%80%90PasswordFilterResult
That only says why it failed, not what the normalized password was.
Will take this on and add this function in a future version