A solução Dell KACE e a central de serviços reduziram minha carga de trabalho drasticamente. Em vez de um papel reativo, agora eu sou muito no trabalho que faço.
Jacob Lee, gerente da central de serviços de TI
US Synthetic

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.