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.
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))