|
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:
- Click Reporting > Choose Action > Add New Report(SQL).
- Enter a Title, Category, and Description for the report.
- 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.
|