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

enhancement
help wanted

The Email settings are missing: example: EmailNotifySmtpServer [string] EmailNotifySmtpPort [int] EmailNotifySmtpSenderName [string] EmailNotifySmtpSenderEmail [string] EmailNotifyWhenNewUpdatesAreSync [boolean] EmailNotifyWhenNewUpdatesAreSyncRecipients [string[]] EmailNotifySendStatusReports [boolean] EmailNotifySendStatusReportsFrecuency EmailNotifySendStatusReportsTime[string] EmailNotifySendStatusReportsRecipients [string[]] ![email - general](https://cloud.githubusercontent.com/assets/15732210/20083802/7aaf3cda-a52c-11e6-99ad-fd2334c15f16.PNG) ![emailserverfields](https://cloud.githubusercontent.com/assets/15732210/20083812/840e68d2-a52c-11e6-94cf-edf452216a96.PNG)

enhancement
help wanted

A resource "UpdateServicesClient" to allow client configuration using DSC instead of GPO. @robwi

needs more information

Would it be possible to make the task name for the Scheduled WSUS cleanup a parameter instead of a hardcoded value of 'WSUS Cleanup'? This way, the cleanup job can...

enhancement
help wanted

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

enhancement
help wanted

#### Details of the scenario you tried and the problem that is occurring The issue seems to happen when I try to put more than one language using a string...

bug
help wanted

#### Details of the scenario you tried and the problem that is occurring Some Wsus products have non ASCII characters in their Title. In particular "Windows Server Manager – Windows...

bug
help wanted

The [WSUS.cab](https://github.com/dsccommunity/UpdateServicesDsc/blob/main/source/DSCResources/MSFT_UpdateServicesServer/WSUS.cab) must periodically be updated. This process should preferably be made for each deploy using the pipeline, or even better a GitHub Action that runs a job to build...

enhancement
help wanted

#### Pull Request (PR) description A rebased pull for #60 It looks OK to me, waiting to see if it passes the Pester tests as these may need updating to...

waiting for code fix