fixxed problem with match @

pull/18777/head
Hans-Joachim Kliemeck 9 years ago committed by Matt Clay
parent 9ba30d2cea
commit 186197397c

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

Loading…
Cancel
Save