You have a server named Server1 that runs Windows Server 2012 R2.
You promote Server1 to a domain controller.
You need to view the service location (SRV) records that Server1 registers in 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
0
0
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.
0
1
The question never specifies if it is an AD-Integrated DNS. Therefore, it is not.
B should be correct.
0
0
B is correct
but who the hell would do that anyway. > dns mmc gives the records way more structured as some crappy txtfile. Or just a lookup with nslookup.
Indeed besides the fact that most ppl will use AD integrated zones and don’t even have .dns files.
0
0