For Patch management a consultant helped us set up a collection with 4 subcollections each having a different subnet range. Each month when MSoft releases patches I set each group to run at a certain time to prevent our weekend staff from rebooting when they are working. I see that the IP boundries set in the collections are not accurate, as some systems in completely different subnets are showing up. What is the correct verbage in WQL to set this collection membership?
Here is the general command line that I have been using:
.....and IPSubnets > "10.225.229.0" and IPSubnets < "10.226.60.0" order by Name
(The objective is to only include subnets > 10.225.229.0 and less than 10.226.60.0) We have a large number of subnets so enumerating each would be difficult.
Any advice would be much appreicated! - HB
Here is the general command line that I have been using:
.....and IPSubnets > "10.225.229.0" and IPSubnets < "10.226.60.0" order by Name
(The objective is to only include subnets > 10.225.229.0 and less than 10.226.60.0) We have a large number of subnets so enumerating each would be difficult.
Any advice would be much appreicated! - HB