→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
10-31-2014 01:34 PM
Solved! Go to Solution.
10-31-2014 03:35 PM
Select Top 1000000 tsysOS.Image As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.IPAddress,
tsysIPLocations.IPLocation,
tsysOS.OSname,
tblSoftwareUni.softwareName,
tblAssets.Firstseen,
tblAssets.Lastseen
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tblSoftware On tblAssets.AssetID = tblSoftware.AssetID
Inner Join tblSoftwareUni On tblSoftwareUni.SoftID = tblSoftware.softID
Inner Join tsysOS On tsysOS.OScode = tblAssets.OScode
Left Join tsysIPLocations On tblAssets.IPNumeric >= tsysIPLocations.StartIP
And tblAssets.IPNumeric <= tsysIPLocations.EndIP
Where tsysOS.OSname = 'win 7' And tblSoftwareUni.softwareName Like
'windows internet explorer 8%' And tblAssetCustom.State = 1
Order By tblAssets.Domain,
tblAssets.AssetName
11-12-2014 05:11 PM
11-13-2014 05:32 PM
runiuksp wrote:
That's great!
Many thanks
Would you be able to do kind of similar one that will show all computers with google chrome not installed?
Thanks
10-31-2014 03:35 PM
Select Top 1000000 tsysOS.Image As icon,
tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblAssets.IPAddress,
tsysIPLocations.IPLocation,
tsysOS.OSname,
tblSoftwareUni.softwareName,
tblAssets.Firstseen,
tblAssets.Lastseen
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tblSoftware On tblAssets.AssetID = tblSoftware.AssetID
Inner Join tblSoftwareUni On tblSoftwareUni.SoftID = tblSoftware.softID
Inner Join tsysOS On tsysOS.OScode = tblAssets.OScode
Left Join tsysIPLocations On tblAssets.IPNumeric >= tsysIPLocations.StartIP
And tblAssets.IPNumeric <= tsysIPLocations.EndIP
Where tsysOS.OSname = 'win 7' And tblSoftwareUni.softwareName Like
'windows internet explorer 8%' And 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