-
Notifications
You must be signed in to change notification settings - Fork 55
DnsServerZoneTransfer
dscbot edited this page Aug 19, 2024
·
2 revisions
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 DnsServerZoneTransfer DSC resource manages the replication settings of DNS Server zone data between servers.
This configuration will manage a DNS zone transfer
Configuration DnsServerZoneTransfer_config
{
Import-DscResource -ModuleName 'DnsServerDsc'
DnsServerZoneTransfer '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