Summary: Use Windows PowerShell to find records that do not exist in the client DNS cache.
How can I easily find records that do not exist in the DNS client cache on Windows 8 or Windows Server 2012 (or Microsoft Surface)?
Use the –Status property of the Get-DNSClientCache function and specify NotExist, as shown here.
Get-DnsClientCache -Status NotExist
0 comments