Home | Download | Demo | Feature list | Premium users | Support | Knowledgebase
How to fix WMI Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
The network path was not found - The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)
How to configure Windows Vista clients.
How to configure the windows firewall using group policies.
   
Welcome Guest Search | Active Topics | Members | Log In | Register

Symantec Anit-Virus Options
jreimer
Posted: Tuesday, May 06, 2008 8:07:32 PM
Rank: Freeware Member
Groups: Member

Joined: 5/6/2008
Posts: 17
Location: Ellenville, NY
What would be the procedure to scan for SAV client and def date. i see you have something like it for F-Secure and AVG, why not sav
Lansweeper
Posted: Tuesday, May 06, 2008 8:47:51 PM

Rank: Administration
Groups: Administration

Joined: 2/10/2005
Posts: 1,451
Location: Hamme Belgium
F-Secure and AVG were just some examples.

For other products you need to add the file to scan for in your management console/configuration/Scanned files.

For example : %programfiles%\Symantec AntiVirus\VPC32.exe
jreimer
Posted: Wednesday, May 07, 2008 4:42:47 PM
Rank: Freeware Member
Groups: Member

Joined: 5/6/2008
Posts: 17
Location: Ellenville, NY
Okay once i do that. What do i have to do for it to show up in the Web Console, i did a rescan but no following where i would see this information
kas
Posted: Wednesday, May 07, 2008 7:19:13 PM
Rank: Freeware user
Groups: Member

Joined: 2/27/2008
Posts: 7
Location: Wisconsin
Agreed.

I'm have the same question as you. I added some programs to the scan list, however they aren't shoing up either.
Lansweeper
Posted: Thursday, May 08, 2008 3:36:53 AM

Rank: Administration
Groups: Administration

Joined: 2/10/2005
Posts: 1,451
Location: Hamme Belgium
You need to create a new query which can be used as a report and use the found information. (there is an example is the reports section of the forum)
kas
Posted: Thursday, May 08, 2008 4:02:13 PM
Rank: Freeware user
Groups: Member

Joined: 2/27/2008
Posts: 7
Location: Wisconsin
Shouldn't this information be showing up in the "All Software" Report?

Nevermind. I didnt realize that there was a seperate "fileversion" table as well.
jreimer
Posted: Wednesday, May 28, 2008 9:07:07 PM
Rank: Freeware Member
Groups: Member

Joined: 5/6/2008
Posts: 17
Location: Ellenville, NY
I have this as a Custom report but it is showing all clients with 10.1.5 as needing updates, should it be anything under 10.1.5 show as needing updates.

I am new to the whole SQL Database

' This is a sample report that checks all computers if they have the latest version of SAV
' The file that we need to check : %programfiles%\Symantec AntiVirus\VPC32.exe

' Add the file that we need to scan to the tsysfiles table
' you can do the same from the GUI interface

INSERT INTO dbo.TsysFiles
(Searchfile, Enabled)
VALUES ('%programfiles%\Symantec AntiVirus\VPC32.exe', 1)


' Create the query to check for the latest version
' the latest version of our software is 10.1.5

CREATE VIEW dbo.web30repsav
AS
SELECT TOP 100 PERCENT dbo.tblComputers.Computername AS Computer, dbo.tblOperatingsystem.Description, dbo.tblFileVersions.FileVersion, dbo.tblFileVersions.FileDescription, dbo.tblFileVersions.Filesize, dbo.tblFileVersions.Lastchanged
FROM dbo.tblComputers INNER 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 '%vpc32%') AND (NOT (dbo.tblFileVersions.FileVersion LIKE '10.1.5'))
ORDER BY dbo.tblComputers.Computername

GO

'Add the view to the reports table

INSERT INTO [tsysreports] ([Reportquery],[Reporttitle]) VALUES ('web30repsav','SAV Update')

GO

Lansweeper
Posted: Saturday, May 31, 2008 10:03:21 PM

Rank: Administration
Groups: Administration

Joined: 2/10/2005
Posts: 1,451
Location: Hamme Belgium
Could you post a screenshot of the table "tblFileVersions" please.
jreimer
Posted: Tuesday, June 03, 2008 4:05:18 PM
Rank: Freeware Member
Groups: Member

Joined: 5/6/2008
Posts: 17
Location: Ellenville, NY
Here is a screenshot of that file

Lansweeper
Posted: Tuesday, June 03, 2008 5:17:46 PM

Rank: Administration
Groups: Administration

Joined: 2/10/2005
Posts: 1,451
Location: Hamme Belgium
Add a '%' after '10.1.5'

-> AND (NOT (dbo.tblFileVersions.FileVersion LIKE '10.1.5%'))
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.


Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.

   
Quick links: Download - Premium users - Support 
Copyright 2004 - 2008 © Geert Moernaut - Hemoco bvba - All rights reserved