Automatic group using custome relevance

(imported topic written by tazmir91)

Hi, I am unable to create an automatic group using custome relevance, during creation or modification of the group, I can only select computer properties as logic to define which computers can exist in the group; I am unable to use a custom relevance statement (similar to the relevance of the group) to create an automatic group.

Thanks for the help.

(imported comment written by Lee Wei)

tazmir,

The Session Relevance is a read only language, so we cannot create objects using relevance.

There is a BigFix Platform Service API (COM based), which is used to create objects such as Fixlets, Actions, Properties etc.

However, it does not support creating Computer Groups either.

Lee Wei

(imported comment written by tazmir91)

I was able to create a dynamic group using relevance, selected relevance option when created group rather than retrieved properties; used the following to generate its members by using a reg key value if it exists, reg key value pulls servers built dates:

(version of client >= “6.0.0.0”) and(true and exists true whose (if true then (exists (if exists (keys “server reg key path**” of native registry) then (if exists (value “ServerBuildDate” of keys “server reg key path**” of native registry ) then (value “ServerBuildDate” of keys “server reg key path**” of native registry) as string else “no value”) else “no key”) whose (it as string as lowercase contains “2010:12” as lowercase)) else false))