Load compromised passwords into the store
Import-Module LithnetPasswordProtection
Open-Store -Path "D:\password-protection\store"Add compromised passwords to the store
Sync-HashesFromHibpImport-CompromisedPasswords -Filename "D:\password-protection\hashes.org-2018.txt"Add-CompromisedPassword -Value p@ssw0rdAdd banned words to the store
Last updated