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

I need to be able to run a report in Lansweeper to identify all of the machines in the domain and what graphics card is installed.

Please can you tell me how to do this.

Thanks.
2 REPLIES 2
alpinelegend
Engaged Sweeper
Thanks,

Managed to get it working with the above mentioned help!
Hemoco
Lansweeper Alumni
This information is stored in tblVideoController. Report example:

Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblVideoController.Caption,
tblVideoController.AdapterCompatibility, tblVideoController.AdapterRAM,
tblVideoController.DriverVersion, tblVideoController.VideoProcessor
From tblComputers Left Join
tblVideoController On tblComputers.Computername =
tblVideoController.Computername
Order By tblComputers.ComputerUnique

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