Can anyone advise on how SCOM processes Command Line Notifications? I'm trying to determine why a script I've created is running asynchronously instead of SCOM kicking off many of them at once. I have always read/heard
that SCOM will kick off as many threads (exe's, cmd's, ps1's) as there are Alerts that meet the subscription criteria and because of this to be very careful with how you use the Cmd Channel. This is NOT what I'm seeing in various
tests i've performed. I've tested this with launching cmd.exe with /C Sleep 5 and in process explorer I only see 1 cmd.exe at a time and the next one appears once the 5 secs has elapsed. Does anyone know how to get this to run asynchronously?
Thank you
Marc Schmieder