→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎03-19-2014 12:07 PM
Solved! Go to Solution.
‎03-20-2014 12:59 PM
Select Top 1000000 tsysOS.Image As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.IPAddress,
tblAssets.Firstseen,
tblAssets.Lastseen,
tblAssets.Lasttried,
Case tblMonitorHist.Action When 1 Then '+' When 2 Then '-' End As Action,
tblMonitorHist.MonitorModel,
tblMonitorHist.MonitorManufacturer,
tblMonitorHist.SerialNumber,
tblMonitorHist.ManufacturedDate,
tblMonitorHist.LastChanged
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tblMonitorHist On tblAssets.AssetID = tblMonitorHist.AssetID
Inner Join tsysOS On tsysOS.OScode = tblAssets.OScode
Where tblMonitorHist.LastChanged > GetDate() - 7 And tblAssetCustom.State = 1
Order By tblMonitorHist.LastChanged Desc
‎12-30-2022 05:14 PM
Dear friends,
Could you help us with a report similar to the one above. Excuse my English, I'm from Brazil. I would like to know how to know if there was any hardware change such as changing memory in my machine.
King regards.
‎05-05-2014 04:00 PM
‎04-25-2014 01:31 PM
‎03-20-2014 12:59 PM
Select Top 1000000 tsysOS.Image As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.IPAddress,
tblAssets.Firstseen,
tblAssets.Lastseen,
tblAssets.Lasttried,
Case tblMonitorHist.Action When 1 Then '+' When 2 Then '-' End As Action,
tblMonitorHist.MonitorModel,
tblMonitorHist.MonitorManufacturer,
tblMonitorHist.SerialNumber,
tblMonitorHist.ManufacturedDate,
tblMonitorHist.LastChanged
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tblMonitorHist On tblAssets.AssetID = tblMonitorHist.AssetID
Inner Join tsysOS On tsysOS.OScode = tblAssets.OScode
Where tblMonitorHist.LastChanged > GetDate() - 7 And tblAssetCustom.State = 1
Order By tblMonitorHist.LastChanged Desc
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now