Is it possible to pull information about running processes (esp Windows services) from the real time process explorer via Orion SDK?
Unless you have monitoring applied to the specific service, I'd say no.
If you don;t monitor the service, it would be easier to just make a WMI call, for its status.
That's what I was afraid of. Thanks a lot for the response. I'll check into doing this via WMI, either externally or via a script in sam.