Action based on relevance

(imported topic written by sinucus)

I’m not sure if the title is the best description of my problem so let me try and explain it better.

I have an issue where we have specific computers with limited memory. There are times where the systems will have no patches installed on them and we need to patch them up to date. This might mean installing over 100 windows patches. We currently handle this through a baseline, which normally is not a problem as most machines are up to date as of the last baseline refresh, so they are only getting a few patches at a time. When a fresh system runs through the baseline the virtual memory is pegged out and the system stops responding. My question is open-ended. How can I solve this problem? I want it either to 1) Stop processing the baseline once my threshold is met, or 2) Automatically reboot, or 3) something I’m not thinking of

My threshold is when the following relevance reports < 50000

string value of selects “AvailableVirtualMemory from Win32_LogicalMemoryConfiguration” of wmi

Is something like this possible?