What is the method/relevance syntax for generating an automatic group from a property generated from analyses?
i.e.
Analyses => Property => CustomInfo => relevance : if (exists file “/filename”) then lines of file “/filename” else “null”
Generate new automatic group where values of relevance referenced above would determine applicable computers.
Hi,
You should copy the relevance from your property into the relevance of the Computer Group.
If you are just looking to be able to target these computers for actions you can always just target by retrieved property in your console and target the various groups based on the value of the property.
Bill
Hello, and thank you for the reply!
If I copy the relevance from my property into the computer group, how often does it evaluate the relevance (i.e. run lines of file of “filename”).
Strange
I believe Computer Groups evaluate every evaluation loop.
Bill