
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2010 02:56 PM
i cant seam to get the report "No F-Secure installed " to work, it shows 0 and i know that that is wrong,
i can se that the report i looking for = Like %fssm32%
a sweep of my system finds no fssm32 so why is it showing that alle systems are AV'ed
(dir /s *fssm32*)
any ideas

Solved! Go to Solution.
- Labels:
-
General Discussion

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2010 03:30 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2010 11:13 AM
Better would be to use the table "tblsoftware" and compare it to a list of known antivirus software.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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.
hmm lets just get "no f-secure installed" to work.
ikke try to have look at the comparing part another time.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2010 10:39 AM
What exactly do you want in the report : "no f-secure installed"?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎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"?
sure thing
[2175] [TESTSRV] [0][NULL] [NULL] [NULL] [2010-02-11 10:04:26.123]
all i want is to identity " does the machine have a antivirus installed yes/no
and name of antivirus.
dont know i you can pull a value on "is there a antivirus" else just F-secure.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2010 10:17 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2010 10:33 AM
Lansweeper wrote:
Do you see anything in the table "tblfileversions"
yes it is filled.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2010 09:45 AM
All computers are scanned if this file exists and what the version number is.
You can then use this information to build custom reports.
