I am keen to know if I can scan a particular registry,{for example: HKLM\Software\Mozilla\Mozilla Firefox} from the reports. If possible, it needs to report the version information using a "Regvalue" that is available in Registry. Is this possible?
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 tblAssets.Assettype = -1 Order By tblAssets.AssetName