We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83426e1 + acccdb2 commit 4f6d709Copy full SHA for 4f6d709
RemoteControlAgentSearch.ps1
@@ -31,7 +31,7 @@ Foreach ($process in $processes){
31
Foreach($product in $products){
32
$bins = $product.Executables -Split ','
33
foreach($bin in $bins){
34
- if($bin -like $process.Name){
+ if($process.Name -like $bin){
35
$return += New-Object psobject -Property ([ordered]@{Message="Found possible remote control application.";
36
Product=$product.Software;
37
ProcessName=$process.Name;
0 commit comments