More the above:
e.g., I have a task to store the machine serial number (as it needs to run a program to fetch it), and an analysis to put that into a property (e.g., MSN). I wish to use a second analysis, that knows about serial numbers to set a property, e.g., Location (e.g., the name of a Data Center).
(update: I suppose this could also be used “on the server” for dynamic groups, etc., but for my current learning task - I am focused on “at the client analysis”).
Because “QnA” is not able to access this kind of information (that the BESClient can) I have been trying to mock things together using “Tools->Edit Properties”.
I have come to the conclusion I will need to use “settings of site”, i,e., { setting “MSN” of site “abcd” }.
I have the strong impression “Action” language does not have a construct for going through the {sites} (or would that be {name of sites} or {names of sites}.
I am trying to learn to see the world in the “BigFix” language way. Just taking time.