You have a server named Server1 that runs Windows Server 2012. You promote Server1 to domain controller. You need to view the service location (SVR) records
that Server1 registers on DNS. What should you do on Server1?
A.
Open the Srv.sys file
B.
Open the Netlogon.dns file
C.
Run ipconfig/displaydns
D.
Run Get-DnsServerDiagnostics
B. Open the Netlogon.dns file
https://support.microsoft.com/en-gb/help/816587
I believe some answer ismissing here, becouse netlogon.dns will work only for non microsoft dns servers.
Also ipconfig /displaydns will show the dns cache, so could work to get dns records information
I don’t really see a right answer here. AD-integrated domains do not have .DNS files. The DNS data is stored in NTDS.dit
A. is the server driver (no DNS)
C. displays the resolver cache
D. displays diagnostic info, not records
Here are the ways to check the SRV records:
https://support.microsoft.com/en-us/kb/241515/
Answer B is only valid if you are using non-Microsoft DNS. B is correct only by virtue of being the least incorrect.