DnsServerPrimaryZones manages a standalone file-backed Primary zone on a given Domain Name System (DNS) server.
Source |
|
DSC Resource |
|
Documentation |
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
Mandatory |
Hashtable[] |
List of DNS Primary Zones |
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
Name |
Key |
String |
Name of the primary DNS zone |
|
ZoneFile |
String |
Name of the primary DNS zone file. |
Default: |
|
DynamicUpdate |
String |
Primary zone dynamic DNS update option. |
|
|
Ensure |
String |
Whether the primary zone should be present or removed |
|
Example
DnsServerPrimaryZones:
PrimaryZones:
- Name: PrimaryZone1
ZoneFile: MyZone.dns
DynamicUpdate: NonSecureAndSecure
Ensure: Present
- Name: PrimaryZone2