This repository was archived by the owner on Jan 21, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4453,7 +4453,7 @@ Switch. Return user accounts that are marked as 'sensitive and not allowed for d
4453
4453
4454
4454
Switch. Return computer objects that are trusted to authenticate for other principals.
4455
4455
4456
- .PARAMETER KerberosPreuthNotRequired
4456
+ .PARAMETER KerberosPreauthNotRequired
4457
4457
4458
4458
Switch. Return user accounts with "Do not require Kerberos preauthentication" set.
4459
4459
@@ -4611,7 +4611,7 @@ The raw DirectoryServices.SearchResult object, if -Raw is enabled.
4611
4611
$TrustedToAuth,
4612
4612
4613
4613
[Switch]
4614
- $KerberosPreuthNotRequired ,
4614
+ $KerberosPreauthNotRequired ,
4615
4615
4616
4616
[ValidateNotNullOrEmpty()]
4617
4617
[String]
@@ -4742,7 +4742,7 @@ The raw DirectoryServices.SearchResult object, if -Raw is enabled.
4742
4742
Write-Verbose '[Get-DomainUser] Searching for users that are trusted to authenticate for other principals'
4743
4743
$Filter += '(msds-allowedtodelegateto=*)'
4744
4744
}
4745
- if ($PSBoundParameters['KerberosPreuthNotRequired ']) {
4745
+ if ($PSBoundParameters['KerberosPreauthNotRequireduthNotRequired ']) {
4746
4746
Write-Verbose '[Get-DomainUser] Searching for user accounts that do not require kerberos preauthenticate'
4747
4747
$Filter += '(userAccountControl:1.2.840.113556.1.4.803:=4194304)'
4748
4748
}
You can’t perform that action at this time.
0 commit comments