Missing Else statement (#25457) (#26113)

Missing the final Else statement in the conditional statement
(cherry picked from commit e391206acc)
pull/26132/head
John R Barker 8 years ago committed by GitHub
parent 4b49b96ca1
commit ba453452f0

@ -84,6 +84,7 @@ Function UserSearch
return $apppoolobj.applicationPoolSid
}
}
Else
{
#Search by samaccountname
$Searcher = [adsisearcher]""

Loading…
Cancel
Save