Dividing deployments by OS

I’m about to try to modify the “Check if Windows 10 or 11” filterscript, splitting it into two filterscripts to identify either 10 or 11 for the purpose of applying the “Windows Target Feature Update Version (Block Windows 11)” task to those two groups separately. I want to keep windows 10 machines on 10 but update them to the latest feature pack but allow windows 11 machines to also upgrade to their latest feature pack.

Is there an easier way to go about this? In an rmm I would create a filter or saved search group based on OS and apply it to those but it looks like filterscripts is the only way?

1 Like

You should be able to use the existing filterscripts for Windows 10 and Windows 11, like so:

Thank you for your reply. I have now found those scripts. This was my first foray into filterscripts and somehow when I searched I was only able to find the one that found both.

This does look like the ideal solution.