Skip to content

Instantly share code, notes, and snippets.

@mwrock
Created December 14, 2013 07:14
Show Gist options
  • Save mwrock/7956433 to your computer and use it in GitHub Desktop.
Save mwrock/7956433 to your computer and use it in GitHub Desktop.
ms update
$serviceManager = New-Object -ComObject Microsoft.Update.ServiceManager -Strict
$serviceManager.ClientApplicationID = "Boxstarter"
$serviceManager.AddService2("7971f918-a847-4430-9279-4a52d1efe18d",7,"")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment