![Daniel_B Daniel_B](https://community.lansweeper.com/legacyfs/online/forums_avatars/9715.png)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2014 03:56 PM
List of computers with Internet Explorer version information
Pre-requisite: Scanning the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, RegValue Version, is enabled under Configuration\Custom Scanning
Meets all the following criteria:
- Active asset
- Windows asset
- Internet Explorer installed
Sorted on:
- Asset name
Pre-requisite: Scanning the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer, RegValue Version, is enabled under Configuration\Custom Scanning
Meets all the following criteria:
- Active asset
- Windows asset
- Internet Explorer installed
Sorted on:
- Asset name
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
Labels:
- Labels:
-
Built-In Reports
-
Report Center
1 REPLY 1
![brican847 brican847](https://community.lansweeper.com/html/assets/User_Avatar.png)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-18-2015 05:31 PM
Thanks for sharing, so simple to understand and it works.
![](/skins/images/6AE91C23811BC8C2ED7451073DC36BEF/responsive_peak/images/icon_anonymous_message.png)