I cannot use powershell to do monitoring of running processes. So I need to use the following
Tasklist | find /I /C "chrome.exe"
This will return a number what i need to be able to do is alert if the count goes below 10.
I have no clue how to pull this off any help would be appreciated.