(imported topic written by RobertKurt)
The below works fine to find machines that have a patch applied using the IEM console, but what if some machines were manually patched?
<?relevance concatenation of trs of ( td of name of computer of it & td of name of fixlet of it & td of (((year of it as string & "/" & month of it as two digits & "/" & day_of_month of it as two digits) of date(local time zone) of it & " "& (two digit hour of it as string & ":" & two digit minute of it as string & ":" & two digit second of it as string) of time (local time zone) of it) of last became nonrelevant of it) ) of results from (bes fixlets whose (name of it contains "126546-07" and display name of site of it is "Patches for Solaris" and fixlet flag of it = true)) whose (exists last became relevant of it and relevant flag of it = false) of bes computers ?>Thanks in advance!!
Robert