-1

Is there any specific way to trigger an installation for a specific update available progmatically using SCCM.

Any help/suggestion is appreciated.

vITs
  • 1,651
  • 12
  • 30
Sagar Pilkhwal
  • 3,998
  • 2
  • 25
  • 77
  • Not sure about SCCM but you can look into https://gallery.technet.microsoft.com/scriptcenter/2d191bcd-3308-4edd-9de2-88dff796b0bc which has a bunch of Windows Update stuff including checking and installing specific KB numbers. – Deadly-Bagel Mar 10 '15 at 11:45

1 Answers1

2

You can download the specific update from the Windows Update Catalog and create a program within SCCM with the following command: wusa.exe <UpdateFileName>.msu /quiet /norestart

Johan de Haan
  • 1,010
  • 9
  • 13