Search code examples
c#powershellsccm

sccm how to install specific KB update


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

Any help/suggestion is appreciated.


Solution

  • 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