Session Relevance for Relevant/Remediated relationsip

Hello team,

I have this report for checking browser compliance for our servers.

Just wondering if anyone has any sample session relevance to include the condition about content names having the browser names that are relevant for the servers?

Thanks in advance for any feedback

Something like this should work but depending on size of environment, it may run for a while even though it uses sets. If for example, you don’t care to display machines that do not have any such fixlets relevant or that “Patch Method” is reducing significantly the number of computers, it can be tweaked to make it faster.

(name of item 0 of it|"Missing Name", (if (size of it >= 1) then (names of elements of it) else ("No Relevant fixlets")) of intersection of ((item 1 of it); relevant fixlet set of item 0 of it)) of (elements of item 0 of it, item 1 of it) of (set of bes computers whose (operating system of it contains "Win2" and now - last report time of it < 30 * day), set of bes fixlets whose ((it contains "Google" or it contains "Edge" or it contains "Firefox") of name of it AND (it = "Patches for Windows" or it = "Updates for Windows Applications" or it = "Updates for Windows Applications") of display name of site of it))
2 Likes

Hello Angel,

Thank you very much for this relevance. I got to played with it and it helped me out with my report.

1 Like