Make "client notifications" scriptable
Administrators can use the "client notification" feature from the admin console to trigger actions clients. This is a very useful feature - it would be even more useful, if this actions could be scripted. Pls. document how to script "client notification" actions.

3 comments
-
Anonymous commented
Darn it voted this and turns out is alrady scriptable via powershell:
Invoke-CMClientNotification -DeviceName %computername% -ActionType ClientNotificationWakeUpClientNow -VerboseBooo
-
Are you referring to the ability to invoke client notifications via automation? If so we already support this today with Invoke-CMClientNotification and Invoke-CMClientAction (1710+).
If this is not what you're referring to, could you provide a sample scenario or two?
-
StefanGe commented
Administrators can use the "client notification" feature from the admin console to trigger actions clients. This is a very useful feature - it would be even more useful, if this actions could be scripted. Pls. document how to script "client notification" actions.