Creating a new store
mkdir D:\password-protection\storeImport-Module LithnetPasswordProtection
Open-Store -Path "D:\password-protection\store"Add compromised passwords to the store
Import-CompromisedPasswordHashes -Filename "D:\password-protection\pwned-passwords-ntlm-ordered-by-hash.txt"Import-CompromisedPasswords -Filename "D:\password-protection\hashes.org-2018.txt"Add-CompromisedPassword -Value p@ssw0rdAdd banned words to the store
Last updated