How to find out which baselines a task lives in

Hi, is there a way in BigFix for a specific task, to see which baselines it is a part of? I have a task that I want to update but then I also need to see which baselines it is a part of to restart/cycle policy actions, etc. Thanks!

Yes, you can use the query below to retrieve baseline names that contain the task name you have provided.

names of bes baselines whose (exists components whose (name of it as string as lowercase contains "NAME OF YOUR TASK" as lowercase) of component groups of it)

you can modify the following URL to match your web report server’s address in order to perform a query.

https://YOUR_Webreport.AB.COM:8083/webreports?page=QNA

3 Likes

Thank you - I do not seem to have access to the QNA portion of the web reporting. Is there a way to do this in the BF console? Thank you!

You can use the Presentation debugger available after activating the debug features.

2 Likes