Il s'agit probablement de l'une des meilleures acquisitions faites par le Burnet Institute au cours des douze dernières années. Le changement a été spectaculaire.
Damon Warren, Responsable informatique
Burnet Institute

Report to Find Machines Missing a Specific Patch

Title

Report to Find Machines Missing a Specific Patch

Description

This article explains how to create a Report on machines that are missing a particular Software Patch.

Solution

Reports on patching generally require you to create the report using SQL.

The example report looks for computers missing any application patch that contains MS in the title of the patch.

To create the report:

  1. Click Reporting > Choose Action > Add New Report(SQL).
  2. Enter a Title, Category, and Description for the report.
  3. In the SQL Select statement,add the following SQL code:

*NOTE : Replace the %MS% with the specific word(s) in the Patch Title in between the % and quotes.
For example: '%KB978207%' For an exact match remove the quotes.