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