Site Subscription Testing

(imported topic written by TimRozycki91)

I am looking to test for whether or not a client is subscribed to a site. Is there a value I need to test for ( on / off ) or a file that needs to be parsed. I just don’t know where this configuration information is kept.

(imported comment written by Lee Wei)

Hi Tim,

In the BigFix Console, you can double click on a computer, and in the Summary tab, there is a section call “Subscribed Sites”.

Will that work for what you need?

Lee Wei

(imported comment written by TimRozycki91)

Unfortunately not. I am looking to do this within a task not the console. Sorry that I was not clear about that in the initial post. What we are hoping to do is to automate the client’s site subscription process so that we do not have to do the manual administration via the console.

(imported comment written by Lee Wei)

This relevance will test if a client has subscribed to the “Enterprise Security” site.

exists sites whose (name of it = 
"Enterprise Security")

Another example.

exists sites whose (name of it as lowercase contains 
"power")

Lee Wei

(imported comment written by TimRozycki91)

I think that will do just what we want. Thanks for your help.