We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5c8e44 + 434c4e7 commit 45d2524Copy full SHA for 45d2524
1 file changed
DomainPasswordSpray.ps1
@@ -418,7 +418,7 @@ function Get-DomainUserList
418
$UserSearcher.PropertiesToLoad.add("samaccountname") > $Null
419
$UserSearcher.PropertiesToLoad.add("lockouttime") > $Null
420
$UserSearcher.PropertiesToLoad.add("badpwdcount") > $Null
421
- $UserSearcher.PropertiesToLoad.add("badpasswordtime") > $Nulll
+ $UserSearcher.PropertiesToLoad.add("badpasswordtime") > $Null
422
423
#Write-Host $UserSearcher.filter
424
0 commit comments