-
Notifications
You must be signed in to change notification settings - Fork 55
DnsServerSecondaryZone
dscbot edited this page Aug 19, 2024
·
2 revisions
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
Name | Key | String | Name of the secondary zone | |
MasterServers | Required | StringArray[] | IP address or DNS name of the secondary DNS servers | |
Ensure | Write | String | Whether the secondary zone should be present or absent. |
Present , Absent
|
Type | Read | String | Type of the DNS server zone |
The DnsServerSecondaryZone DSC resource manages a standalone file-backed secondary zone on a Domain Name System (DNS) server. Secondary zones allow client machine in primary DNS zones to do DNS resolution of machines in the secondary DNS zone.
This configuration will manage a secondary standalone DNS zone
Configuration DnsServerSecondaryZone_config
{
Import-DscResource -ModuleName 'DnsServerDsc'
Node localhost
{
DnsServerSecondaryZone 'sec'
{
Ensure = 'Present'
Name = 'demo.contoso.com'
MasterServers = '192.168.10.2'
}
}
}
- DnsRecordA
- DnsRecordAaaa
- DnsRecordAaaaScoped
- DnsRecordAScoped
- DnsRecordCname
- DnsRecordCnameScoped
- DnsRecordMx
- DnsRecordMxScoped
- DnsRecordNs
- DnsRecordNsScoped
- DnsRecordPtr
- DnsRecordSrv
- DnsRecordSrvScoped
- DnsServerADZone
- DnsServerCache
- DnsServerClientSubnet
- DnsServerConditionalForwarder
- DnsServerDiagnostics
- DnsServerDsSetting
- DnsServerEDns
- DnsServerForwarder
- DnsServerPrimaryZone
- DnsServerRecursion
- DnsServerRootHint
- DnsServerScavenging
- DnsServerSecondaryZone
- DnsServerSetting
- DnsServerSettingLegacy
- DnsServerZoneAging
- DnsServerZoneScope
- DnsServerZoneTransfer