Hello,
I'm searching for a way to install Windows Updates using powershell. When deploying updates with WSUS it is possible to use Microsoft.Update COM object and get a list of approved updates, iterate through the list and install updates one by one. Something similar was possible with SCCM Client 2007: http://learn-powersh...he-sccm-client/
unfortunately it looks like in SCCM Client 2012 the method EnumerateUpdates is missing (among many other methods from Class CCMUpdatesDeployment). Is there any other way to achieve the same controlled Windows updates installation with SCCM Client 2012 ?
Tnx,
Jan