This module contains DSC resources for the management and configuration of Windows Server DNS Server.

dns dns-servers dsc dsc-resources
2 Open Issues Need Help Last updated: May 19, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Create a new PowerShell DSC resource, DnsRecordTxtScoped, for managing TXT scoped records in Windows DNS Server. The resource should include properties for ZoneName, ZoneScope, Name, DescriptiveText, DnsServer (optional), TimeToLive (optional), and Ensure. Consideration should be given to key properties and limitations on DescriptiveText length (254 characters per line).

Complexity: 4/5
enhancement help wanted resource proposal

This module contains DSC resources for the management and configuration of Windows Server DNS Server.

PowerShell
#dns#dns-servers#dsc#dsc-resources

AI Summary: Refactor the DnsServerDsc PowerShell module to remove the unused `DnsServerDsc.Common` module. This involves removing two functions: `ConvertTo-FollowRfc1034` (unused) and moving `Convert-RootHintsToHashtable` to the `DSC_DnsServerRootHint` resource. The task also includes removing associated files and updating imports in other resources.

Complexity: 3/5
enhancement help wanted good first issue

This module contains DSC resources for the management and configuration of Windows Server DNS Server.

PowerShell
#dns#dns-servers#dsc#dsc-resources