Windows Updates – Download but not install

manualwindowswindows-update

I need to manually apply Windows updates on a few servers. The Actual Windows Update settings are disabled as they're managed by us (we also use SCCM for them, but the deployment is not 100% completed).
So my question is: Once I manually check online for updates and then I select the ones I want to install, is there a way to just download them and then let me click Install at a later stage?

For instance, I'd like to go start the download process around 11PM and then in the morning do the install (perhaps this server is in use during night). This will save me lots of time in the morning as the first run of downloads is done.

I couldn't really find a solution.

Thanks

Best Answer

You can import this PSWindowsUpdate PowerShell module and use the function Get-WUInstall with the parameter -DownloadOnly to download all available Windows Update. It uses the source form the computer policy, unless specified otherwise (parameters -WindowsUpdate or -MicrosoftUpdate).