1830898 Members
2172 Online
110017 Solutions
New Discussion

DNS zone file

 
Edgar Zapata
Esteemed Contributor

DNS zone file

Hello,

When enumerating zones through dnscmd I can see 7 zones. But when I use the dnsmgmt.msc console I can't see this forwarder ZONE emea.syghf-qwsd.net.

Why is it so?

C:\>dnscmd DNSserver1 /enumzones /forward
Enumerated zone list:

Zone Count = 7.

. 0 DS Up=0
_msdcs.abc.XYZ.biz 1 DS Up=2 Aging
rtmx.corp 1 DS Up=2
emea.syghf-qwsd.net 4 file Up=0
fr.em.cferw.biz 1 DS Up=2 Aging
iqpoweiur.com 2 file Up=0
fhklkasdf-yue.pt 2 file Up=0

Command completed successfully.

Is there a way to make it visible at the console?

Thanks.
2 REPLIES 2
VORAV
Advisor

Re: DNS zone file

The enumzones parameters act as filters on the list of zones. If no filters are specified, a complete list of zones is returned. When a filter is specified, only the zones that meet that filter's criteria are included in the returned list of zones.
Edgar Zapata
Esteemed Contributor

Re: DNS zone file

Hi,

If I don't type the /enumzones switch, it will display the help.

This zone here doesn't show at dnsmgmt.msc
But it does here:

C:\>dnscmd 10.50.100.101 /zoneinfo au.abc.biz
Zone query result:
Zone info:
ptr = 0008AAE8
zone name = au.abc.biz
zone type = 4
update = 0
DS intergrated = 0
data file = (null)
using WINS = 0
using Nbstat = 0
aging = 0
refresh interval = 0
no refresh = 0
scavenge available = 0
Zones Masters
Master Count = 1
Master[0] => 10.6.2.13
Zone Secondaries
NULL IP Array.
secure secs = 3
Command completed successfully.

regards.