Client action to send state messages to MP
Many times when you are testing something with ConfigMgr, you'd like to send client state messages immediately to MP. Now you need to wait for state message reporting cycle to occur. You can start the other client cycles manually with Configuration Manager Control Panel utility (or remotely from ConfigMgr console) except state messages.

1 comment
-
Alexandre Patenaude commented
Though it would be great to have a GUI to launch this action (either directly on the client device or from the console), one can force a state message reporting cycle by invoking a WMI method:
wmic.exe /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000111}" /NOINTERACTIVE
wmic.exe /node:<remotecomputername> /namespace:\\root\ccm path sms_client CALL TriggerSchedule "{00000000-0000-0000-0000-000000000111}" /NOINTERACTIVE
Can be put in a batch file for easier execution.
If you use Recast RCT as an extension to your ConfigMgr console, this action is also included out-of-the-box and can be triggered graphically.