IBM BigFix Session Relevance
From RiceFamily Wiki
Tools
Resources
Project Information
I've been tasked with providing an export of Patching data to be imported into Service Now.
I would PREFER to do the Service Now communications on the fly as server patch, but I've been over-ridden
I need to develop Session Relevance to retrieve the results of patching that has been performed with Baselines.
Relevance Samples
````(name of it) of bes baselines whose (((name of it) as string as lowercase contains "microsoft patch") AND ((name of it) as string as lowercase starts with (((Year of Current Date as string) & "-" & (if ((month of current date as integer)< 10) then ("0"&(month of current date as integer) as string) else (month of current date as integer as string))))))````