WMI query to find if the SCCM client is running a program

Using PowerShell, this will tell you if the SCCM client is running a program and its state:

gwmi -Namespace ROOT\CCM\SoftMgmtAgent -Class CCM_ExecutionRequestEx

,

Comments are closed.