Skip to content

Instantly share code, notes, and snippets.

@ebibibi
Created February 13, 2013 07:26
Show Gist options
  • Save ebibibi/4942874 to your computer and use it in GitHub Desktop.
Save ebibibi/4942874 to your computer and use it in GitHub Desktop.
Kick all sccm client actions by PowerShell.
$a = New-Object -comobject cpapplet.cpappletmgr
$a.GetClientActions() |% {$_.PerformAction()}
$b = New-Object –COMObject CPApplet.cpappletmgr
$b.GetClientActions() |% {$_.PerformAction()}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment