Difference between revisions of "IBM BigFix Session Relevance"

From RiceFamily Wiki
Jump to: navigation, search
(Resources)
(Project Information)
Line 11: Line 11:
  
 
I need to develop Session Relevance to retrieve the results of patching that has been performed with Baselines.
 
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))))))``
 +
 +
  
 
[[Category:IBM BigFix]]
 
[[Category:IBM BigFix]]
 
[[Category:Relevance]]
 
[[Category:Relevance]]
 
[[Category:Work]]
 
[[Category:Work]]

Revision as of 22:06, 20 September 2018

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))))))``