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

From RiceFamily Wiki
Jump to: navigation, search
Line 7: Line 7:
  
 
We will also want to exclude any [[BigFix Fixlet|fixlet]] that does not have a default action.
 
We will also want to exclude any [[BigFix Fixlet|fixlet]] that does not have a default action.
 +
 +
 +
[[BigFix RestAPI]]

Revision as of 05:21, 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.


BigFix RestAPI