cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
aldenc4n
Engaged Sweeper
I'm trying to use lansweeper to deploy IE 11 during off hours. I can manually find all the machines that are not IE11, but am struggling with a single report that I can then attach to a timer to run at 02:00 and then continue to run at that time until all not ie11 machines are IE11.

Any help would be greatly apreciated
1 ACCEPTED SOLUTION
Susan_A
Lansweeper Alumni
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.

View solution in original post

1 REPLY 1
Susan_A
Lansweeper Alumni
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.