Skip to content

Instantly share code, notes, and snippets.

@ebibibi
Created February 13, 2013 07:26
Show Gist options
  • Select an option

  • Save ebibibi/4942879 to your computer and use it in GitHub Desktop.

Select an option

Save ebibibi/4942879 to your computer and use it in GitHub Desktop.
Kick all sccm client actions by PowerShell.
Set cpApplet = CreateObject("CPAPPLET.CPAppletMgr")
Set actions = cpApplet.GetClientActions
For Each action In actions
action.PerformAction
'WScript.Echo "Performed '" & action.name & "'"
Next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment