How to dump the AD DNS Partitions

How to dump the AD DNS Partitions

How can I check what AD DNS Partitions my AD DNS server holds ?
 

dnscmd /EnumDirectoryPartitions which is a command line utility installed on a windows dns server. It will output

Example Output

Enumerated directory partition list:

Directory partition count = 2

DomainDnsZones.domain.local Enlisted Auto Domain
ForestDnsZones.domain.local Enlisted Auto Forest

Command completed successfully.


If you want more information about a zone then you can use the command :

dnscmd /DirectoryPartitionInfo DomainDnsZones.domain.local /detail

Example Output:
Directory partition info:
DNS root: DomainDnsZones.domain.local
Flags: 0x15 Enlisted Auto Domain
State: 0
Zone count: 3
DP head: DC=DomainDnsZones,DC=domain,DC=local
Crossref: CN=123abc30-1232-123c-1236-123abc189e52,CN=Partitions,CN=Configuration,
DC=domain,DC=local
Replicas: 1
CN=NTDS Settings,CN=SERVER1,CN=Servers,CN=DOMAIN,CN=Sites,CN=Configuration,
DC=domain,DC=local
Command completed successfully.
 

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • DNS Errors

        Customer is having issues talking to active directory and ran a dns test with the results INFO: exploring forest using domain controller: server1.company.com  >>>>>: (DNS) - testing domain: COMPANY  INFO: according to DNS, the following services are ...
      • DNS Test : NameNotFoundException error

        The customer is using MS AD and is in the stoneware management console and did a DNS Test. The following Errors were given. INFO: Attempting to locate a domain controller in DNS for domain: company.org ERROR: javax.naming.NameNotFoundException: DNS ...
      • DNSLint : Resolving DNS Names

        The following information comes from the Microsoft URL : http://support.microsoft.com/kb/321046 There is also a powerpoint on the subject at : ...
      • Create domain and forest dns zones

        How to recreate the DomainDnsZones and ForestDnsZones in AD DNS.   This URL has the Microsoft commands to do this: http://technet.microsoft.com/en-us/library/cc739505(WS.10).aspx dnscmd ServerName /CreateBuiltinDirectoryPartitions ...
      • DNS Query used to find GC and DC

        How can I use nslookup to find the GC and DC in DNS for Microsoft AD ?   To find the GC (global catalog) that are listed in DNS nslookup > set type=srv > _ldap._tcp.gc._msdcs.comapny.com Server: adsrv1.example-cloud.com Address: 192.168.1.251 ...