dsccommunity / UpdateServicesDsc

This module contains community maintained DSC resources for deployment and configuration of Windows Server Update Services.
MIT License
31 stars 27 forks source link

Parameterize WSUS Cleanup Task name #30

Open aydeisen opened 5 years ago

aydeisen commented 5 years ago

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 be broken out into multiple tasks, if desired.

(I personally structure my WSUS Cleanup into three jobs: Decline, Delete DB, and Delete Files. It minimizes the timeouts that way)