→ 🚀Are you a Lansweeper Champion?! Join our Contributor Program Sign up here!

Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
magic7502
Engaged Sweeper II
Can anyone please provide me with the query syntax for the following report?

Workstation: All Workstations without Anti-virus

(This report is standard with Lansweeper, but somehow it is no longer showing up and I need to recreate it)
Thanks so much!
Mary
3 REPLIES 3
Technut27
Champion Sweeper
I second this one. Could be very useful for doing user hardware audits.
magic7502
Engaged Sweeper II
Great- thanks so much! 🙂
Hemoco
Lansweeper Alumni
You can recreate the report using the information below.

View Name
workstationwithoutantivirus

Report Name
Workstation: All workstations without Anti-virus software

SQL Code
Select Top 1000000 tblComputers.Computername, tblComputers.ComputerUnique, tblComputers.Domain, tblComputers.Description, tblComputers.Lastseen, Web40OSName.Compimage As icon From tblComputers Inner Join web40ActiveComputers On tblComputers.Computername = web40ActiveComputers.Computername Inner Join Web40OSName On Web40OSName.Computername = tblComputers.Computername Inner Join tblOperatingsystem On tblComputers.Computername = tblOperatingsystem.Computername Inner Join tblComputersystem On tblComputers.Computername = tblComputersystem.Computername Where tblComputers.Computername Not In (Select tblSoftware.ComputerName From tblSoftware Cross Join tsysantivirus Where tblSoftware.softwareName Like tsysantivirus.Software) And tblComputersystem.Domainrole < 2 Order By dbo.tblComputers.Computer

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