Download Updates
Probably the best feature of OSDBuilder is the ability to download Microsoft Updates. While you can do this with
Update-OSMedia -Download
, you can also download Microsoft Updates manuallyMake sure you use the
GridView
parameter so you can select the Microsoft Updates to download. There are Optional Updates for MicroCode that you may not want added to your Windows ImagesOptional Updates are not used with Update-OSMedia, but only applied with New-OSBuild
You can download updates using
Get-OSDBuilderDownloads
. You can adjust the parameters to narrow down your scopeGet-OSDBuilderDownloads -Download -GridView -UpdateArch x64 -UpdateBuild 1803 -UpdateOS "Windows 10"
Then simply select the Updates that you want to download and press OK

The selected updates will be downloaded using BITS Transfer. If you need to download non-interactively use the
WebClient
parameter
Downloads will be saved in OSDBuilder\Content\OSDUpdate

When new Updates are released, you can use the
Superseded
parameter to remove old Updates
Last modified 4yr ago