→ The Lansweeper Customer Excellence Awards 2024 - Submit Your Project Now! Learn More & Enter Here

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Srikanth08
Engaged Sweeper II
Hi,

is there any wat to find the LCD displays which are in the network..we are havin g many displays but we are not having any assets for that
Regards, Srikanth08
4 REPLIES 4
Hemoco
Lansweeper Alumni
Just link tblMonitor to tblComputers.

Example:

Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblMonitor.MonitorID, tblMonitor.MonitorModel,
tblMonitor.SerialNumber, tblMonitor.MonitorManufacturer,
tblMonitor.ManufacturedDate, tblMonitor.LastChanged
From tblComputers Inner Join
tblMonitor On tblComputers.Computername = tblMonitor.Computername
Srikanth08
Engaged Sweeper II
is there any report or query for that..
Regards, Srikanth08
Hemoco
Lansweeper Alumni
If the monitor is connected to a computer it's in table "tblmonitor"
Srikanth08
Engaged Sweeper II
Awaiting Reply..
Regards, Srikanth08