212k views
3 votes
Which powershell cmdlet displays the records in the dns server cache, including the name, record type, timestamp, ttl, and record data?

1 Answer

5 votes

There are many PowerShell cmdlets for working with DNS (Domain Name System) which is a hierarchical database that includes pairs computer name- IP address. The Show-DnsServerCache displays the records in the DNS server cache, including the name, record type, Timestamp, TTL (Time To Live), and record data.

User Usp
by
5.5k points