Try via PowerShell.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
I am trying to get all DNS records on system in kernel mode.
Something similar ipconfig /displaydns
gives all of that information
As far as I know user mode API DnsGetCacheDataTable which gives me list of DNS records on system.
There might some way to get these DNS records at kernel mode as well, that can be used to get system DNS records.
I am looking for kernel mode routine that can be used to get DNS records, any help appreciated.
Thanks in advance.
Try via PowerShell.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
@Dave Patrick I am looking for kernel mode routine something like similar to DnsGetCacheDataTable