Hello, I recently discovered we have fixlets still relevant for some of our customers running Server 2008 R2, 2012 and 2012R2. The total amount of updates is ~200 so I want to split them into different baselines. The baselines have been built but I have noticed the custom fixlets we have for force restarts (which are in the baseline) are adding machines running 2016-2022 and we don’t want that.
On each baseline, I have added the following as the relevance
-
if exists property “in proxy agent context” then not in proxy agent context else true
-
(name of operating system = “Win2008R2” and version of operating system = “6.1.7601”)
-
if exists property “in proxy agent context” then not in proxy agent context else true
-
(name of operating system = “Win2012” and version of operating system = “6.2.9200”)
-
(name of operating system = “Win2012R2” and version of operating system = “6.3.9600”)
But because the force restart fixlets we have are just ‘restart 60’ action script its going to be relavent on most objects.
I am thinking I need to create different ‘force restart’ fixlets with relevance applicable to a specific OS and then add that into related baseline.
i.e. Create a force restart fixlet that applies to server 2008R2 and add that to the 2008R2 baseline? Any other ideas? Help please.