Difference between revisions of "Automate Creation of Microsoft Monthly Patch Baselines"

From RiceFamily Wiki
Jump to: navigation, search
(Documentation)
Line 10: Line 10:
 
= Documentation =
 
= Documentation =
 
* [https://bigfix.me/fixlet/details/6254 RESTAPI: Generate tasks to set client settings on target computer - Windows]
 
* [https://bigfix.me/fixlet/details/6254 RESTAPI: Generate tasks to set client settings on target computer - Windows]
 +
* [https://bigfix.me/fixlet/details/6092 RESTAPI: Generate uninstall tasks for all MSI applications on target computer - Windows]
  
 
Parent : [[BigFix RestAPI]]
 
Parent : [[BigFix RestAPI]]

Revision as of 05:26, 21 June 2022

Task

To create a process whereby each month a BigFix baseline can be automatically created that contains all the Microsoft Security Patches released that month. Part of the tricky part will be just selecting the patches for the month in question.

I'm thinking about writing it so that it includes only the patches released since the 1st of the month that start with MS are in the Enterprise Security site (I think that's the original Microsoft site name).

I'll want to exclude any patches that have SUPERSEDED in their names just in case.

We will also want to exclude any fixlet that does not have a default action.

Documentation

Parent : BigFix RestAPI