Your network contains a server named DC1 that runs Windows Server 2008 R2. DC1 hosts an Active Directory-integrated stub zone named contoso.com. You need to ensure that DC1 contains the most up-to-date records for the zone. What should you do?
A.
From Active Directory Sites and Services, click Replicate Now.
B.
From Active Directory Sites and Services, click Check Replication Topology.
C.
From DNS Manager, click Update Server Data Files.
D.
From DNS Manager, click Transfer from Master.
Could anyone explain this? I thought the “Update Server Data Files” did not apply to AD integrated zones.
The correct answer is A
AD will work to replicate the integrated DNS
I think the answer would be D. A stub zone is a pointer to a server that host the zone. The zone would need to get the updates from the authoritative DNS server hosting the zone.
Yes, it is Transfer from Master: http://technet.microsoft.com/en-us/library/cc758738(v=ws.10).aspx
but; Stub zone and ADI : not possible !!!
sorry its possible … confused
I think the solution is simply D (Transfer from master)
“A” is also possible, but it does not affect only the DNS service
Update Server Data Files.
• For standard primary zones, this procedure causes the DNS server to immediately write its in-memory changes out to disk for storage with the zone file. Normally these changes are only written at predefined update intervals and when the DNS server is shut down.
• “”For Active Directory-integrated zones, this procedure does not apply””. To update Active Directory-integrated zones, see the command-line procedure below.
/ZoneUpdateFromDs Required. Updates the zone file with data from Active Directory.
From http://technet.microsoft.com/en-us/library/cc786985(v=ws.10).aspx>