Identity with Windows Server 2016 — Question 70
Your network contains an Active Directory forest.
Some users report experiencing difficulties signing in to domain controllers. You suspect that the service location (SRV) records might be causing the issue.
What are two possible commands that you can run to verify the SRV records? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. dnscmd /DirectoryPartitionInfo
- B. dcdiag.exe /test:DNS
- C. dcdiag.exe /test:connectivity
- D. dnscmd /IpValidate
- E. dcdiag.exe /test:DnsRecordRegistration
- F. dnscmd /info
Correct answer: C, E
Explanation
The correct answers are C and E. The command 'dcdiag.exe /test:connectivity' checks the connectivity of domain controllers, which can help identify issues with SRV records. The command 'dcdiag.exe /test:DnsRecordRegistration' specifically tests the registration of DNS records, including SRV records, making it relevant for the situation. The other options do not directly verify SRV records.