I’m brand new to BigFix and I’m trying to put my servers into automatic groups based on the Computer Description field that’s under the Computer Name tab. I have the field populated with a Tier description. When I try to create an automatic group the inclusion properties doesn’t have Computer Description as one of the choices. Is there a way to do this? Thanks.
Because of corporate policy regarding rights at each site I can’t add a custom retrieved policy with out a major hassle. Can I achieve the same by creating a custom group and use a relavance expression is true
exists key “HKLM\SYSTEM\CurrentControlSet\Services\lanmanserver\paramateres” whose (value “srvcomment” of it as string = “Clev Tier 2 6:00AM”) of native registry
Yes saw the typos and it seems to be working fine. Now have another question. I will have groups that will have different times but want to be able to have an all encompassing group for Clev Tier 2. I tried to do another relevance but this one doesn’t seem to be working. Do you know what I’m doing wrong?
exists key “HKLM\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters” whose (value “srvcomment” of it as string contains “Clev Tier 2”) of native registry
Thanks Jesse that worked like a charm. One more if you don’t mind. What is the syntax if I want to check if the name of value “srvcomment” exists? I tried this but didn’t seem to work:
exists ( value “srvcomment” of key “HKLM\SYSTEM\CurrentControlSet\Services\lanmanserver\parameters” )
Also is there a good reference for these kinds of questions. I’ve looked through various online docs but can’t find these kinds of answers.