Your network contains an Active Directory domain named contoso.com.
The domain contains a main office and a branch office.
An Active Directory site exists for each office.
All domain controllers run Windows Server 2012 R2.
The domain contains two domain controllers.
DC1 hosts an Active Directory- integrated zone for contoso.com.
You add the DNS Server server role to DC2.
You discover that the contoso.com DNS zone fails to replicate to DC2.
You verify that the domain, schema, and configuration naming contexts replicate from DC1 to DC2.
You need to ensure that DC2 replicates the contoso.com zone by using Active Directory replication.
Which tool should you use?

A.
Dnscmd
B.
Dnslint
C.
Repadmin
D.
Ntdsutil
E.
DNS Manager
F.
Active Directory Sites and Services
G.
Active Directory Domains and Trusts
H.
Active Directory Users and Computers
Explanation:
http://technet.microsoft.com/en-us/library/cc739941(v=ws.10).aspx If you see question about AD Replication, First preference is AD sites and services, then
Repadmin and then DNSLINT.
A
0
1
Please explain why you think the answer is A
0
0
if I was to hazard a guess to what Rwing is thinking I would say this explanation they posted on an earlier question, only problem is there is no RODC in this question
If you install DNS server after the AD DS installation, you must also enlist the RODC in the DNS application directory partitions. The RODC is not enlisted automatically in the DNS application directory partitions by design because it is a privileged operation. If the RODC were allowed to enlist itself, it would have permissions to add or remove other DNS servers that are enlisted in the application directory partitions.
dnscmd DC2 /EnlistDirectoryPartition ForestDNSZones.contoso.com
2
0
i’d say F is correct if DC2 is in a different site but it doesn’t actually say that. Next best is probably repadmin
1
0
although DNSLint might be better
https://support.microsoft.com/en-us/help/321046/how-to-use-dnslint-to-troubleshoot-active-directory-replication-issues
0
0
B (dnslint). It will tell you what’s wrong with DNS replication then you can fix it.
0
0
Correct is C, repadmin /? commands can reveal replication’s inner workings and help you troubleshoot and repair problems.
0
0
After further consideration, I have correct myself, hence In this case correct solution is provided by B. dnslint with switch /ad
0
0
I agree. Answer is DNSlint. We need to figure out why the replication isn’t working. This tool will help us troubleshoot it so we can solve the problem.
0
0