(
concatenations " - " of string values of
(
property "HotFixID" of it ; property "Description" of it ; property "InstalledOn" of it
)
of it
)
of it whose
(
365 * day >=
(
(
current date - it
)
of
(
it as date
)
of
(
(
(
it as integer as string
)
of preceding text of last "/" of following text of first "/" of it
)
& " " &
(
preceding text of first "/" of it as integer as month as three letters
)
& " " &
(
following text of last "/" of it as integer as string
)
)
of string value of property "InstalledOn" of it
)
)
of select objects "HotFixID,Description,InstalledOn from Win32_QuickFixEngineering" of wmis
(concatenations " - " of string values of ( property "HotFixID" of it ; property "Description" of it ; property "InstalledOn" of it ) of it) of it whose( 365 * day >= ( (current date - it) of (it as date) of ( ((it as integer as string) of preceding text of last "/" of following text of first "/" of it ) & " " & (preceding text of first "/" of it as integer as month as three letters) & " " & (following text of last "/" of it as integer as string)) of string value of property "InstalledOn" of it) ) of select objects "HotFixID,Description,InstalledOn from Win32_QuickFixEngineering" of wmis