UpdateServicesDsc icon indicating copy to clipboard operation
UpdateServicesDsc copied to clipboard

UpdateServicesServer - Download Properties

Open jcoconnor opened this issue 5 years ago • 1 comments

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

jcoconnor avatar Apr 26 '19 14:04 jcoconnor

Sounds reasonable as long as they can be set and enforced in an idempotent way.

gaelcolas avatar Jun 20 '19 13:06 gaelcolas