[UpdateServicesServer] Add IGNORE option to UpstreamServerName#56
[UpdateServicesServer] Add IGNORE option to UpstreamServerName#56CraigTolley wants to merge 2 commits intodsccommunity:mainfrom
Conversation
|
Thanks for the contribution! |
|
Also I probably won't have much time until this weekend, so please come and chase me on slack (PowerShell slack, #dsc channel). |
|
SCCM expects the basic WSUS components to be installed, but once that is in place it will manage the upstream server based on the SCCM hierarchy. This means that the upstream server can change from the DSC configuration, and this is absolutely fine. This means that it is difficult to specify the correct upstream server in the DSC configuration. By adding an option for IGNORE, we can effectively say 'yep, this value can change and that is OK'. |
|
Hello @CraigTolley, |
Pull Request (PR) description
Allows the UpstreamServerName value to be set to IGNORE, allowing the check to be skipped where the upstream server should neither be Microsoft Update, nor managed by DSC. Example use is with SCCM Software Update Point.
This Pull Request (PR) fixes the following issues
Fixes #55
Task list
Entry should say what was changed, and how that affects users (if applicable).
and comment-based help.
This change is