Limit results by date

I would like to take the following relevance and limit the results to just the last months worth of installed patches.

if (exists wmi) then ((string value of property “HotFixID” of it & ", " & string value of property “InstalledOn” of it) of select objects “HotFixID, InstalledOn from Win32_QuickFixEngineering where HotFixID != ‘File 1’” of wmi) as string else (“N/A”)

Any help would be appreciated.

Thank you!

disregard… this question has already been asked and answered here: Relevance to Find patch installed in last 2 to 3 Months

3 Likes