I know that the ‘Applicable Computer Count’ in the Console for Fixlets, Tasks & Baselines displays the number of end points that are relevant for that fixlet, etc., and that I can navigate to find out what those end points are.
However, is there a way to find out what the ‘out of’ end points are?
For example, I have a custom site that no other servers except my 109 Solaris 8 servers are subscribed to. I have a ‘dummy’ fixlet that simply returns ‘True’ to act as a counter. The ‘Applicable Computer Count’ for my dummy fixlet shows ‘109/137’ ! How can I find out what the other 38 end points are?
It is “out of” the computer subscribed to the site…
I don’t know if there is an easy way to compare the computer set to the ones not returning for you action, but you can do a query with the Excel Connector if you want to get the list of the differences:
names of elements of ((subscribed computer set of it - applicable computer set of fixlet whose (name of it = “”) of it) of bes custom sites whose (name of it = “”))
(replace the names with your dummy fixlet name and the custom site name)