text
stringlengths
0
4.23k
Remarks
Examples
dnscmd dnssvr1.contoso.com /zoneresettype test.contoso.com /primary /file test.contoso.com.dns
dnscmd dnssvr1.contoso.com /zoneresettype second.contoso.com /secondary 10.0.0.2
dnscmd /zoneresume command
Starts a specified zone that was previously paused.
Syntax
dnscmd [<servername>] /zoneresume <zonename>
Parameters
Parameters
Description
<servername>
Specifies the DNS server to manage, represented by IP address, FQDN, or host name. If this parameter is omitted, the local server is used.
<zonename>
Specifies the name of the zone to resume.
<servername>
<zonename>
Remarks
Examples
dnscmd dnssvr1.contoso.com /zoneresume test.contoso.com
dnscmd /zoneupdatefromds command
Updates the specified active directory integrated zone from AD DS.
Syntax
dnscmd [<servername>] /zoneupdatefromds <zonename>
Parameters
Parameters
Description
<servername>
Specifies the DNS server to manage, represented by IP address, FQDN, or host name. If this parameter is omitted, the local server is used.
<zonename>
Specifies the name of the zone to update.
<servername>
<zonename>
Remarks
dnscmd config dspollinginterval
Examples
dnscmd dnssvr1.contoso.com /zoneupdatefromds
dnscmd /zonewriteback command
Checks DNS server memory for changes that are relevant to a specified zone, and writes them to persistent storage.
Syntax
dnscmd [<servername>] /zonewriteback <zonename>
Parameters
Parameters
Description
<servername>
Specifies the DNS server to manage, represented by IP address, FQDN, or host name. If this parameter is omitted, the local server is used.
<zonename>
Specifies the name of the zone to update.
<servername>
<zonename>
Remarks
Examples
dnscmd dnssvr1.contoso.com /zonewriteback test.contoso.com
doskey
Calls Doskey.exe, which recalls previously entered command-line commands, edits command lines, and creates macros.