Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Pollak
Engaged Sweeper III
Is there a way to display the antivirus version of McAfee. I would like to see DatDate, DATVersion, EngineVersion and Version which I found in the registry and added to the registry scan of LAnsweeper, but see no waty to display this information.

Also it would be cool if I could display, based on the most current DatDate, which ones are not up to date. So if one computer reports 04/01/2009 as the current DAT version the rest that were out of date would be listed so.



Thanks,
Niles
48 REPLIES 48
Pollak
Engaged Sweeper III
Yes, but now the Report Builder will not let me edit or create a new test report with the same code.





Thanks,
Niles
Hemoco
Lansweeper Alumni
Is the dashboard linked to the correct report?
Pollak
Engaged Sweeper III
Sorry no screen shot. I have not been able to replicate the error. Since yesterday, I have been trying to figure out why the Dashboard will not disable what I see in the Report Builder. The code below displays fine when I run the results, but when I go to view it in the Dashboard or Report Output I only get two colums, Computer and DAT Date.

SELECT dbo.tblComputers.Computername, dbo.tblComputers.[Domain], dbo._viewMcAffeeEngineVersion.[Engine Version],
dbo._viewMcAfeeDATDate.[DAT Date], dbo._viewMcAfeeDATVersion.[DAT Version], dbo._viewMcAfeeHotFixVersion.[Hot Fix Version],
dbo._viewMcAffeeVersion.Version
FROM dbo.tblComputers LEFT OUTER JOIN
dbo._viewMcAfeeDATVersion ON dbo.tblComputers.Computername = dbo._viewMcAfeeDATVersion.Computername LEFT OUTER JOIN
dbo._viewMcAfeeHotFixVersion ON dbo.tblComputers.Computername = dbo._viewMcAfeeHotFixVersion.Computername LEFT OUTER JOIN
dbo._viewMcAffeeEngineVersion ON dbo.tblComputers.Computername = dbo._viewMcAffeeEngineVersion.Computername LEFT OUTER JOIN
dbo._viewMcAffeeVersion ON dbo.tblComputers.Computername = dbo._viewMcAffeeVersion.Computername LEFT OUTER JOIN
dbo._viewMcAfeeDATDate ON dbo.tblComputers.Computername = dbo._viewMcAfeeDATDate.Computername


Please advise
Hemoco
Lansweeper Alumni
Could you post a screenshot of this error, I don't see the word "as" in your second query.
Pollak
Engaged Sweeper III
Any thoughts on my last post?




Thanks,
Niles
Pollak
Engaged Sweeper III
Okay, we created five indivual views in order to get colums from key names. For example;


SELECT dbo.tblComputers.Computername, dbo.tblRegistry.[Value] AS [DAT Date]
FROM dbo.tblComputers LEFT OUTER JOIN
dbo.tblRegistry ON dbo.tblComputers.Computername = dbo.tblRegistry.Computername
WHERE (dbo.tblRegistry.Valuename = 'DATDate')


Then created a view as below to combine the five individual views. Getting syntax error "near AS".
Looks like query interrupter getting hung up with alias



SELECT dbo.tblComputers.Computername, dbo.tblComputers.[Domain], dbo._viewMcAffeeEngineVersion.[Engine Version],
dbo._viewMcAfeeDATDate.[DAT Date], dbo._viewMcAfeeDATVersion.[DAT Version], dbo._viewMcAfeeHotFixVersion.[Hot Fix Version],
dbo._viewMcAffeeVersion.Version
FROM dbo.tblComputers LEFT OUTER JOIN
dbo._viewMcAfeeDATVersion ON dbo.tblComputers.Computername = dbo._viewMcAfeeDATVersion.Computername LEFT OUTER JOIN
dbo._viewMcAfeeHotFixVersion ON dbo.tblComputers.Computername = dbo._viewMcAfeeHotFixVersion.Computername LEFT OUTER JOIN
dbo._viewMcAffeeEngineVersion ON dbo.tblComputers.Computername = dbo._viewMcAffeeEngineVersion.Computername LEFT OUTER JOIN
dbo._viewMcAffeeVersion ON dbo.tblComputers.Computername = dbo._viewMcAffeeVersion.Computername LEFT OUTER JOIN
dbo._viewMcAfeeDATDate ON dbo.tblComputers.Computername = dbo._viewMcAfeeDATDate.Computername




PLease advise,
Niles
Hemoco
Lansweeper Alumni
mmm, that won't be that simple, you will need multiple queries and unions to get this result.
Pollak
Engaged Sweeper III
A, ha! that worked. I hate to be such a pain, but I was hoping to be able to display each of the catagories under the same display.

Something like this with the data under each colum.


Computername | Domain | Engine Version | Data Version | DAT Version | Hot Fix Version | Version




Thanks,
Niles
Hemoco
Lansweeper Alumni
remove the HKEY_LOCAL_MACHINE\ from the regpath
Pollak
Engaged Sweeper III
Sorry, I know you asked for this yesterday. Just a little busy. The bottom five.

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders 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