Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
bobsensor
Engaged Sweeper
Hello,

I have seen this post to report locally installed printers

SELECT
tblcomputers.ComputerUnique,
tblPrinters.Caption,
tblPrinters.Portname,
tblPrinters.Sharename,
tblPrinters.Location,
tblPrinters.Comment
FROM
tblcomputers
INNER JOIN tblPrinters ON (tblcomputers.Computername = tblPrinters.Computername)
WHERE
tblPrinters.Caption NOT LIKE 'Microsoft%' AND
tblPrinters.Caption NOT LIKE 'CutePDF%' AND
tblPrinters.Caption NOT LIKE 'FAX' AND
tblPrinters.Caption NOT LIKE 'Adobe%'


I would like to have the exact same thing.

question: how do I add custom queries

I probably need to edit an sql file and table, but wich one?

thank you
bob
1 ACCEPTED SOLUTION
Hemoco
Lansweeper Alumni
In the configuration tool:
Reports & alerts/report builder
Right click a report/new report

View solution in original post

1 REPLY 1
Hemoco
Lansweeper Alumni
In the configuration tool:
Reports & alerts/report builder
Right click a report/new report

Reports & Analytics

Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the 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