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

Is it possible to have a custom report to show all locally connected printers and the port they are connected to (LPT1 or USB001,USB002 etc)?

I am not familiar with report writing or SQL so any help is appreciated.
1 REPLY 1
Hemoco
Lansweeper Alumni
Try this

Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblComputers.Userdomain, tblComputers.Username,
tblPrinters.Caption, tblPrinters.Portname
From tblComputers Inner Join
tblPrinters On tblComputers.Computername = tblPrinters.Computername

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