You need to view the service location (SVR) records tha…

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?

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



Leave a Reply 3

Your email address will not be published. Required fields are marked *


gunzzz

gunzzz

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

TTTT

TTTT

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.