You have a DNS server named Server1 that has a Server Core Installation on Windows Server 2012. You need to view the time-to-live (TTL) value of a name
server (NS) record that is cached by the DNS Server service on Server1. What should you run?
A.
Show-DNSServerCache
B.
dnscacheugc.exe
C.
ipconfiq.exe /displaydns
D.
nslookup.exe
Explanation:
The Show-DNSServerCache shows all cached Domain Name System (DNS) server
resource records in the following format: Name, ResourceRecordData, Time-to-Live (TTL).
correct me if I’m wrong, but can you run CMD commands in powershell on a server core installation?
While I agree with the given answer, I would think you could also run ipconfig /displaydns to get the TTL value as well