‎10-11-2018 10:52 AM
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.Domain,
tblRegistry.Regkey,
tblRegistry.Valuename,
tblRegistry.Value,
tblRegistry.Lastchanged
From tblAssets
Inner Join tblRegistry On tblAssets.AssetID = tblRegistry.AssetID
Where tblRegistry.Regkey Like '%internet explorer' And
tblRegistry.Value Like 'Version' And tblAssets.Assettype = -1
Order By tblAssets.AssetName
Solved! Go to Solution.
‎10-11-2018 04:38 PM
‎10-11-2018 04:38 PM
‎10-12-2018 09:09 AM
RC62N wrote:
You'll notice that AssetType references tsysAssetTypes.AssetType.
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now