fixxed problem with match @

reviewable/pr18780/r1
Hans-Joachim Kliemeck 9 years ago
parent 45249fb042
commit 10ce1f92aa

@ -37,7 +37,7 @@ Function UserSearch
} }
} }
Elseif ($AccountName -contains "@") Elseif ($AccountName.contains("@"))
{ {
$IsDomainAccount = $true $IsDomainAccount = $true
$IsUpn = $true $IsUpn = $true

Loading…
Cancel
Save