‎02-10-2010 02:56 PM
Solved! Go to Solution.
‎02-11-2010 01:46 PM
Select Top 1000000 dbo.tblComputers.Computername As Computer,
dbo.tblOperatingsystem.Description, dbo.tblFileVersions.Lastchanged
From dbo.tblComputers Inner Join
dbo.tblComputersystem On dbo.tblComputers.Computername =
dbo.tblComputersystem.Computername Left Outer Join
dbo.tblOperatingsystem On dbo.tblComputers.Computername =
dbo.tblOperatingsystem.Computername Left Outer Join
dbo.tblFileVersions On dbo.tblComputers.Computername =
dbo.tblFileVersions.Computername
Where dbo.tblFileVersions.FilePathfull Like '%fsav.exe%' And
dbo.tblFileVersions.Found = 0
Order By dbo.tblFileVersions.Lastchanged Desc
‎02-11-2010 01:46 PM
Select Top 1000000 dbo.tblComputers.Computername As Computer,
dbo.tblOperatingsystem.Description, dbo.tblFileVersions.Lastchanged
From dbo.tblComputers Inner Join
dbo.tblComputersystem On dbo.tblComputers.Computername =
dbo.tblComputersystem.Computername Left Outer Join
dbo.tblOperatingsystem On dbo.tblComputers.Computername =
dbo.tblOperatingsystem.Computername Left Outer Join
dbo.tblFileVersions On dbo.tblComputers.Computername =
dbo.tblFileVersions.Computername
Where dbo.tblFileVersions.FilePathfull Like '%fsav.exe%' And
dbo.tblFileVersions.Found = 0
Order By dbo.tblFileVersions.Lastchanged Desc
‎02-11-2010 03:30 PM
‎02-11-2010 11:13 AM
‎02-11-2010 12:54 PM
Lansweeper wrote:
If that is what you want the file scanning is not a good idea.
Better would be to use the table "tblsoftware" and compare it to a list of known antivirus software.
‎02-11-2010 10:39 AM
‎02-11-2010 10:57 AM
Lansweeper wrote:
Could you give me an example line, I'll create a report for you.
What exactly do you want in the report : "no f-secure installed"?
[2175] [TESTSRV] [0][NULL] [NULL] [NULL] [2010-02-11 10:04:26.123]
‎02-11-2010 10:17 AM
‎02-11-2010 10:33 AM
Lansweeper wrote:
Do you see anything in the table "tblfileversions"
‎02-11-2010 09:45 AM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now