Fixing handling errors in datasets

This commit is contained in:
2025-10-21 15:34:44 +02:00
parent 353352eeb2
commit 964e91d20f
3 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,10 @@ Fixed:
- Hardened hashing helpers to avoid `ComputeHash` overload ambiguity under Windows PowerShell.
- Domain selection menu now respects the configured numeric order.
### Test-WeakADPasswords.ps1 v1.3.2
Changed:
- Switched to the sorted KHDB path when driving `Test-PasswordQuality`, eliminating full linear scans and avoiding malformed-line crashes on massive datasets.
### Test-WeakADPasswords.ps1 v1.3.1
Fixed:
- Domain picker now renders in numeric order from settings for predictable operator workflows.