Password quality report¶
1 2 | Import-Module DSInternals Get-ADReplAccount -All -Server DC01 -NamingContext "dc=domain,dc=local" | Test-PasswordQuality -WeakPasswordHashesFile .\pwned-passwords-ntlm-ordered-by-count.txt -IncludeDisabledAccounts |
1 2 | Import-Module DSInternals Get-ADReplAccount -All -Server DC01 -NamingContext "dc=domain,dc=local" | Test-PasswordQuality -WeakPasswordHashesFile .\pwned-passwords-ntlm-ordered-by-count.txt -IncludeDisabledAccounts |