-
Notifications
You must be signed in to change notification settings - Fork 55
xDnsServerZoneTransfer
Johan Ljunggren edited this page Jul 9, 2021
·
3 revisions
⚠️ DEPRECATED! The resource has been replaced by DnsServerZoneTransfer in the DSC resource module DnsServerDsc.
Parameter | Attribute | DataType | Description | Allowed Values |
---|---|---|---|---|
Name | Key | String | Name of the DNS zone | |
Type | Required | String | Type of transfer allowed |
None , Any , Named , Specific
|
SecondaryServer | Write | StringArray[] | IP address or DNS name of DNS servers where zone information can be transferred |
The xDnsServerZoneTransfer DSC resource manages the replication settings of DNS Server zone data between servers.
This configuration will manage a DNS zone transfer
Configuration xDnsServerZoneTransfer_config
{
Import-DscResource -ModuleName 'xDnsServer'
xDnsServerZoneTransfer 'TransferToAnyServer'
{
Name = 'demo.contoso.com'
Type = 'Any'
}
}
- 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