fixxed problem with match @
This commit is contained in:
parent
45249fb042
commit
10ce1f92aa
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Function UserSearch
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Elseif ($AccountName -contains "@")
|
Elseif ($AccountName.contains("@"))
|
||||||
{
|
{
|
||||||
$IsDomainAccount = $true
|
$IsDomainAccount = $true
|
||||||
$IsUpn = $true
|
$IsUpn = $true
|
||||||
|
|
Loading…
Reference in a new issue