UpdateServicesDsc
UpdateServicesDsc copied to clipboard
UpdateServicesServer - Download Properties
Description
The current interface doesn't allow the Download Properties to be set. It so happens that the defaults work correctly but since these settings are critical to our image build process, they should be strictly defined - any in any case, other users may have different requirements.
Proposed properties
- HostBinariesOnMicrosoftUpdate (Default: False)
- DownloadExpressPackages (Default: False)
- DownloadUpdateBinariesAsNeeded: (Default: True)
These are equivalent to the following Powershell properties:
(Get-WsusServer).GetConfiguration().HostBinariesOnMicrosoftUpdate
(Get-WsusServer).GetConfiguration().DownloadExpressPackages
(Get-WsusServer).GetConfiguration().DownloadUpdateBinariesAsNeeded
Special considerations or limitations
Sounds reasonable as long as they can be set and enforced in an idempotent way.