Need Help? We are right here!
Thanks for your Enquiry.
If you don't hear from us within 24 hours, please feel free to send a follow-up email to info@xecurify.com
Search Results:
×To block the use of blacklisted passwords across all domain-connected systems, you must deploy a password filter on each domain controller:
Step 1: Download and Place the Password Filter DLL
Step 2: Create the Configuration File
{
"api_endpoint": "http://:5000/password/is-allowed"
}
Step 3: Register the DLL in the Windows Registry
rassfm
scecli
MoPasswordFilter
Step 4: Restart the Domain Controller
Step 5: Verify DLL Installation
Get-Process -Name lsass | ForEach-Object { $_.Modules | Where-Object { $_.ModuleName -like "*MoPasswordFilter*" } }