How to find the DNS address of the Website? You can find out a website DNS address from Command prompt. So, let’s go to learn how to use Windows nslookup to find DNS addresses.
You need to run the below command to find out the DNS address.
nslookup DomainName
An example command prompt below that finds the DNS address for this website.

C:\>nslookup www.windowscommand-line.com
Server: UnKnown
Address: 192.168.0.1
Non-authoritative answer:
Name: www.windowscommand-line.com
Addresses: 2400:cb00:2048:1::6819:550c
2400:cb00:2048:1::6819:540c
104.25.84.12
104.25.85.12
C:\>As you can see the command displays both IPv4 and IPv6 DNS addresses.
You may also like: Event Viewer Command Line [CMD]
