Hello BigFix,
I have the following relevance statement below:
((unique values of names of it, operating system of it, last report time of it) of applicable computers whose (operating system of it starts with "Win2" AND last report time of it > (now - 15 * day) AND ((value of result from (bes property "Patch Window") of it contains "THU") OR (value of result from (bes property "Patch Window") of it contains "FRI"))) of it, name of it) of bes fixlets whose (fixlet flag of it AND display name of site of it starts with "Patches" AND source severity of it as lowercase = "critical" AND name of it starts with "MS24-SEP")
And the output that I am getting is:
( ServerName01, Win2022 10.0.20348.2655 (21H2), ( Mon, 23 Sep 2024 23:55:59 +0800 ) ), MS24-SEP: Cumulative Update for Microsoft server operating system version 21H2 - Windows Server 2022 - KB5042881 (x64)
( ServerName02, Win2022 10.0.20348.2655 (21H2), ( Mon, 23 Sep 2024 23:26:57 +0800 ) ), MS24-SEP: Cumulative Update for Microsoft server operating system version 21H2 - Windows Server 2022 - KB5042881 (x64)
I wanted to get rid of the extra parenthesis int the results so that it would look something like:
ServerName01, Win2022 10.0.20348.2655 (21H2), Mon, 23 Sep 2024 23:55:59 +0800, MS24-SEP: Cumulative Update for Microsoft server operating system version 21H2 - Windows Server 2022 - KB5042881 (x64)
So that it would appear as CSV format. Is it possible to format it this way?
Thank you.