Fix differences with devel.

This commit is contained in:
Matt Clay 2016-12-08 09:38:05 -05:00
commit c709b22e5c
32 changed files with 78 additions and 237 deletions

View file

@ -87,7 +87,7 @@ Function UserSearch
{
#Search by samaccountname
$Searcher = [adsisearcher]""
If ($searchDomainUPN -eq $false) {
$Searcher.Filter = "sAMAccountName=$($accountName)"
}