You can modify the built-in "Software: List of software by computer" report in the Reports tab to list IE installations that are not version 11.
- Open the report in the Reports tab.
- Hit the Edit Report button on the left.
- Hit Save As to save a copy of the report under a different name.
- Add the below to the Criteria column of the tblSoftwareUni.softwareName expression. Instructions for running scheduled deployments on a report can be found in this knowledge base article.
Like 'Windows Internet Explorer%' And Not Like '%11%'
If you are interested in building or modifying reports, we do recommend:
- Reviewing some SQL tutorials, as the Lansweeper report builder is a standard SQL editor. If you know SQL, you know how to build Lansweeper reports as well. This seems like a good tutorial.
- Making use of our database dictionary, more information on which can be found here. The dictionary explains in great detail what each table and field stores.