Missing Else statement (#25457)

Missing the final Else statement in the conditional statement
pull/26025/head
Troy Sampson 7 years ago committed by jhawkesworth
parent 33a6150393
commit e391206acc

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

Loading…
Cancel
Save