mirror of
https://github.com/dsccommunity/DnsServerDsc.git
synced 2026-04-27 06:45:51 +03:00
Page:
DnsServerZoneTransfer
Pages
DnsRecordA
DnsRecordAScoped
DnsRecordAaaa
DnsRecordAaaaScoped
DnsRecordCname
DnsRecordCnameScoped
DnsRecordMx
DnsRecordMxScoped
DnsRecordNs
DnsRecordNsScoped
DnsRecordPtr
DnsRecordSrv
DnsRecordSrvScoped
DnsRecordTxt
DnsRecordTxtScoped
DnsServerADZone
DnsServerCache
DnsServerClientSubnet
DnsServerConditionalForwarder
DnsServerDiagnostics
DnsServerDsSetting
DnsServerEDns
DnsServerForwarder
DnsServerPrimaryZone
DnsServerRecursion
DnsServerRootHint
DnsServerScavenging
DnsServerSecondaryZone
DnsServerSetting
DnsServerSettingLegacy
DnsServerZoneAging
DnsServerZoneScope
DnsServerZoneTransfer
Home
xDnsRecord
xDnsRecordMx
xDnsRecordSrv
xDnsServerADZone
xDnsServerClientSubnet
xDnsServerConditionalForwarder
xDnsServerDiagnostics
xDnsServerForwarder
xDnsServerPrimaryZone
xDnsServerRootHint
xDnsServerSecondaryZone
xDnsServerSetting
xDnsServerZoneAging
xDnsServerZoneScope
xDnsServerZoneTransfer
No results
3
DnsServerZoneTransfer
dscbot edited this page 2025-04-12 12:03:02 +00:00
Table of Contents
Parameters
| 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 |
Description
The DnsServerZoneTransfer DSC resource manages the replication settings of DNS Server zone data between servers.
Examples
Example 1
This configuration will manage a DNS zone transfer
Configuration DnsServerZoneTransfer_config
{
Import-DscResource -ModuleName 'DnsServerDsc'
DnsServerZoneTransfer 'TransferToAnyServer'
{
Name = 'demo.contoso.com'
Type = 'Any'
}
}
This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Home
Resources
- DnsRecordA
- DnsRecordAaaa
- DnsRecordAaaaScoped
- DnsRecordAScoped
- DnsRecordCname
- DnsRecordCnameScoped
- DnsRecordMx
- DnsRecordMxScoped
- DnsRecordNs
- DnsRecordNsScoped
- DnsRecordPtr
- DnsRecordSrv
- DnsRecordSrvScoped
- DnsRecordTxt
- DnsRecordTxtScoped
- DnsServerADZone
- DnsServerCache
- DnsServerClientSubnet
- DnsServerConditionalForwarder
- DnsServerDiagnostics
- DnsServerDsSetting
- DnsServerEDns
- DnsServerForwarder
- DnsServerPrimaryZone
- DnsServerRecursion
- DnsServerRootHint
- DnsServerScavenging
- DnsServerSecondaryZone
- DnsServerSetting
- DnsServerSettingLegacy
- DnsServerZoneAging
- DnsServerZoneScope
- DnsServerZoneTransfer
This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.