Wsus force clients to search, download and install updates

Posted by Robobob1996@reddit | sysadmin | View on Reddit | 10 comments

Hello there,

currently I am working on integrating WSUS in my company for my 6th semester project. Our current solution will be end of life and WSUS is just a transitional solution for the next system we’ll going to buy.

The actual way how WSUS clients search for updates is just so random. I can’t really get behind how the updateorchestrator tasks paired with GPO settings is satisfactory.

I am fairly good with powershell and trying to work on forcing clientside search, download and install for updates. I use the Windows.Update.Session namespace and classes like CreateUpdateSearcher, CreateUpdateDownloader and CreateUpdateInstall.

Is there anyone here with using these and can share some experience? Is there anything I have to worry about going this way? Wsus is probably not designed to work this way. But I want to try and this is what my colleagues want.