dsccommunity / ComputerManagementDsc

DSC resources for for configuration of a Windows computer. These DSC resources allow you to perform computer management tasks, such as renaming the computer, joining a domain and scheduling tasks as well as configuring items such as virtual memory, event logs, time zones and power settings.
https://dsccommunity.org
MIT License
300 stars 83 forks source link

WindowsCapability: Add 'Source' parameter when adding capability #363

Closed brwilkinson closed 3 years ago

brwilkinson commented 3 years ago

Pull Request (PR) description

Add Source parameter for when adding Windows Capabilities. Useful if you don't have Windows Update configured or Features on Demand. Also useful for Server 2022 preview which comes with a separate download for FOD.

This Pull Request (PR) fixes the following issues

This is a feature request not an issue.

Task list


This change is Reviewable