UpdateServicesDsc icon indicating copy to clipboard operation
UpdateServicesDsc copied to clipboard

This module contains community maintained DSC resources for deployment and configuration of Windows Server Update Services.

Results 19 UpdateServicesDsc issues
Sort by recently updated
recently updated
newest added

#### Details of the scenario you tried and the problem that is occurring The `UpdateServicesServer` resource fails to configure Products when there are multiple entries returned for a given name...

bug
help wanted

#### Pull Request (PR) description Updates the returned value for the languages value in the return value for UpdateServicesServer ```Get-TargetResource``` function #### This Pull Request (PR) fixes the following issues...

needs review

#### Details of the scenario you tried and the problem that is occurring Assuming the current state config of WSUS server: ``` Name Value ---- ----- Products {Office, Windows} UpstreamServerSSL...

#### Details of the scenario you tried and the problem that is occurring This is for both the UpdateServicesServer and UpdateServicesApprovalRule resources: The `Products` property currently accepts friendly names while...

#### Pull Request (PR) description - Fixed `UpdateServicesServer` and `UpdateServicesApprovalRule` - Process multiple product categories with the same name correctly (e.g. "Windows Admin Center") - Verbose output of Products only...

#### Pull Request (PR) description #### This Pull Request (PR) fixes the following issues #### Task list - [x] Added an entry under the Unreleased section of the change log...

#### 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...

The code coverage of pester tests is arround 50%. To improve the quality of this resource, the code coverage need to be up to 80% and use v5 of pester.

#### Details of the scenario you tried and the problem that is occurring Verbose output of `Get-TargetResource` returns `Microsoft.UpdateServices.Internal.BaseApi.UpdateServer` instead of WSUS server name #### Verbose logs showing the problem...

#### Details of the scenario you tried and the problem that is occurring Configured WSUS using DSC. SCCM then used the configured instance, and set the Upstream Server. Expected that...