→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎01-25-2016 05:54 PM
‎01-16-2019 10:16 AM
‎03-07-2016 04:41 PM
‎03-05-2016 04:41 PM
‎03-02-2016 12:39 AM
‎01-30-2016 03:29 PM
Select Top 1000000 tsysOS.Image As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.Username,
tblAssets.Userdomain,
tblAssets.IPAddress,
tblAssets.Firstseen,
tblAssets.Lastseen,
tblAssets.Lasttried,
tblPortableBattery.Name As Battery,
tblPortableBattery.Manufacturer,
tblPortableBattery.ManufactureDate,
tblPortableBattery.CapacityMultiplier,
tblPortableBattery.Chemistry,
tblPortableBattery.DesignCapacity,
tblPortableBattery.DesignVoltage,
tblPortableBattery.MaxBatteryError,
tblPortableBattery.SmartBatteryVersion,
tblPortableBattery.Lastchanged
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tblPortableBattery
On tblAssets.AssetID = tblPortableBattery.AssetID
Inner Join tsysOS On tsysOS.OScode = tblAssets.OScode
Where tblAssetCustom.State = 1
Order By tblAssets.Domain,
tblAssets.AssetName
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now