ad-password-protection
ad-password-protection copied to clipboard
Active Directory password filter featuring breached password checking and custom complexity rules
When I try to use Powershell to add a custom BannedWord or CompromisedPassword, I get the following error: PS C:\Windows\system32> Add-BannedWord -Value "glass" Add-BannedWord : One or more errors occurred....
suggestion.... you have Test-IsBannedWord which normalizes and it gives an unexpected result, IMHO for example: "activedirectory" is in the Banned Words list [1] Test-IsBannedWord "activedirectory" returns TRUE (expected) [2] Test-IsBannedWord...
In order to easier diagnose issues, we should add support in the PowerShell module for showing the effective policy as well as the current store path _Originally posted by @ryannewington...
Running Test-IsAdUserPasswordCompromised on a system with "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing" option enabled produces this error: ``` System.Reflection.TargetInvocationException: Exception has been thrown by the...
I've copied the powershell script from here: https://github.com/lithnet/ad-password-protection/wiki/Audit-existing-passwords I'm running it directly on the DC with a domain admin account. I get the following output (this runs through the user...
Hi, I encountered an error, whilst importing password lists into the solution. Environment was one time a DC Server 2022 in German, VM and next try I used another DC...
It would be nice if Get-PasswordFilterResult could output the score for a password. Maybe like: ``` PS C:\Users\aaron> Get-PasswordFilterResult -fullname "Test User" -username "test" -password "lowscorepass1!" PointsForCharacters: 12 PointsForLowerCase: 0...
I have followed this code, and I have used this product off and on, and I have even sent pizza money to these devs There was a time this project...
Is there a way to sign it? Or avoid calling powershell whatsoever? Our security guidelines require DCs to have AllSigned execution policies. ``` Action start 15:44:15: CreateEventSource. [INFO] PowerShell script...