dsccommunity / DnsServerDsc

This module contains DSC resources for the management and configuration of Windows Server DNS Server.
MIT License
65 stars 54 forks source link

DnsServerSetting: convert to class-based resource #262

Open Sudman1 opened 3 years ago

Sudman1 commented 3 years ago

Description

The DnsServerSetting resource has a massive number of attributes which may make it a bit unwieldy. We can refactor the settings into logical groups and implement as new class-based resources to improve usability.

Proposed properties

Special considerations or limitations