Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
aplechaty
Engaged Sweeper II
Good Morning,

Is there a way to determine a list of systems that have a specific file on them versus an application installed. I have been tasked with getting a count of the number of systems Utilizing OWATray instead of Outlook. OWAtray is not actually an installed application as such it does not show up as installed software. i am trying to avoid having to send tech's out to every computer in our company to get a physical count. Thanks in advance any and all help is greatly appreciated.
2 REPLIES 2
CyberCitizen
Honored Sweeper
Can't you just add a custom file scanning location and report on that if the file exists or not.
Randomusername
Engaged Sweeper
It should still have a process running. I had a differing reason for the code below but itll probably help you.


Select Top 1000 tblAssets.AssetName,
tblProcesses.Caption
From tblAssets
Inner Join tblProcesses On tblAssets.AssetID = tblProcesses.AssetID
Where tblAssets.AssetName = 'Server/PC' And tblProcesses.Caption =
'Process.exe'


You might only need this part of where

Where tblProcesses.Caption = 'Process.exe'

Reports & Analytics

Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now