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