You need to view the service location (SRV) records that Server1 registers in DNS

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?

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.

Explanation:
A)
Timestamp server driver
B)
Netlogon service creates a log file that contains all the locator resource records stored in
netlogon.
C)
used to display current resolver cache content
D)
Gets DNS event logging details



Leave a Reply 3

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

one × two =


JamesL

JamesL

You can view the contents of netlogon.dns with powershell 🙂

PS> Get-Content C:\Windows\System32\config\netlogon.dns

Atanasov

Atanasov

https://technet.microsoft.com/en-us/library/cc816903(v=ws.10).aspx

To add the service (SRV) resource records that have been created for a domain controller, open and view the Netlogon.dns file, which the Active Directory Domain Services Installation Wizard creates when you add Active Directory Domain Services (AD DS) to a server computer to make it a domain controller. The Netlogon.dns file is located at %systemroot%\System32\Config\Netlogon.dns.

luischavez714

luischavez714

B. Netlogon service creates a log file that contains all the locator resource records stored in netlogon.