Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UpdateServicesServer - Download Properties #39

Open
jcoconnor opened this issue Apr 26, 2019 · 1 comment
Open

UpdateServicesServer - Download Properties #39

jcoconnor opened this issue Apr 26, 2019 · 1 comment
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.

Comments

@jcoconnor
Copy link
Contributor

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

@gaelcolas
Copy link
Member

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

@johlju johlju added enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community. labels Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue is an enhancement request. help wanted The issue is up for grabs for anyone in the community.
Projects
None yet
Development

No branches or pull requests

3 participants