dsccommunity / ConfigMgrCBDsc

This module contains DSC resources for the management and configuration of Microsoft System Center Configuration Manager Current Branch (ConfigMgrCB).
MIT License
27 stars 8 forks source link

CMHierarchySettings: New resource proposal #108

Closed nyanhp closed 1 year ago

nyanhp commented 2 years ago

Description

New resource that sets all parameters of the Set-CMHierarchySetting cmdlet

Proposed properties

All parameters of the Set-CMHierarchySetting cmdlet

Special considerations or limitations

Get-CMHierarchySetting does not return some set values. Additional CIM queries are required.

nyanhp commented 2 years ago

I'm currently working on the implementation. Resource looks good, unit tests are pending