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
303 stars 83 forks source link

Re-use command `Get-DscProperty` and `Test-DscProperty` from DscResource.Base #407

Closed johlju closed 1 year ago

johlju commented 1 year ago

Some code using the built-in Get-DscResource. That command was moved to the module DscResource.Common. We should re-use the command from that module.