Open Issues Need Help
View All on GitHubAI 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).
This module contains DSC resources for the management and configuration of Windows Server DNS Server.
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.
This module contains DSC resources for the management and configuration of Windows Server DNS Server.