Your network contains an Active Directory domain named contoso.com. All domain controllers run Windows Server 2012. One of the domain controllers is named
DC1. The DNS zone for the contoso.com zone is Active Directory-integrated and has the default settings. A server named Server1 is a DNS server that runs a
UNIX-based operating system. You plan to use Server1 as a secondary DNS server for the contoso.com zone. You need to ensure that Server1 can host a
secondary copy of the contoso.com zone. What should you do?
A.
From Windows PowerShell, run the Set-DnsServerForwarder cmdlet and specify the contoso.com zone as a target.
B.
From Windows PowerShell, run the Set-DnsServerSetting cmdlet and specify DC1 as a target.
C.
From Windows PowerShell, run the Set-DnsServerPrimaryZone cmdlet and specify the contoso.com zone as a target.
D.
From DNS Manager, modify the Advanced settings of DC1.
https://technet.microsoft.com/es-es/library/jj649865.aspx
-SecondaryServers
Specifies an array of IP addresses of DNS servers that are allowed to receive this zone through zone transfers.
-Notify
Specifies how a DNS master server notifies secondary servers of changes to resource records. Los valores aceptables para este parámetro son:
— NoNotify. The zone does not send change notifications to secondary servers.
— Notify. The zone sends change notifications to all secondary servers.
— NotifyServers. The zone sends change notifications to some secondary servers. If you choose this option, specify the list of secondary servers in the NotifyServers parameter.
Answer D. From DNS Manager, modify the Advanced settings of DC1
Under server options check Enable BIND Secondaries
I agree with C. I think the question wants you to realize that a primary zone has not been created. You need to create a primary before you can test the secondary.
Should be D
When first create DNS zone it’s by default Primary. You need to enable the BIND Secondaries setting to allow us non MS server as 2nd DNS server.
https://technet.microsoft.com/en-us/library/cc940771.aspx
I believe C is the correct answer.
D is also viable as the BIND option should be enabled, however C allows you to set Secondary server addresses and set up Notify options. This should be a choose 2 answers question. If I had to choose only one answer, I would go with C.
https://docs.microsoft.com/en-us/powershell/module/dnsserver/set-dnsserverprimaryzone?view=win10-ps
Looking at Fung’s comment, perhaps D is the best answer as the Secondary DNS zone has not yet been setup…..
I hope this question has been better worded if it comes up on the test.
D
When first create DNS zone it’s by default Primary. You need to enable the BIND Secondaries setting to allow us non MS server as 2nd DNS server.
https://technet.microsoft.com/en-us/library/cc940771.aspx