mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
fixxed problem with match @
This commit is contained in:
committed by
Matt Clay
parent
9ba30d2cea
commit
186197397c
@@ -37,7 +37,7 @@ Function UserSearch
|
||||
}
|
||||
|
||||
}
|
||||
Elseif ($AccountName -contains "@")
|
||||
Elseif ($AccountName.contains("@"))
|
||||
{
|
||||
$IsDomainAccount = $true
|
||||
$IsUpn = $true
|
||||
|
||||
Reference in New Issue
Block a user