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

DnsRecordPtr: New resource proposal #148

Closed Sudman1 closed 3 years ago

Sudman1 commented 3 years ago

Description

In line with #34, a DSCResource for PTR records should be created. For consistency, the resource should be named DnsRecordPtr.

Proposed properties

Mandatory

Optional

Special considerations or limitations

Reverse lookup zones do not support scopes, so there should be no DnsRecordPtrScoped subclass created.

Not all mandatory properties need to be key properties. Please review the syntax and purpose of this record type to make the best determination of which properties should be key properties.

All proposed properties above options come straight from the Add-DnsServerResourceRecord help syntax with two exceptions:

johlju commented 3 years ago

Labeling this high priority since this is one of three resource that will help us deprecate xDnsSrvRecord.