How To Find DNS Address Of Website From Command Prompt

Once and again we need to find a website DNS address from our computer to different use. You can find it easily from command prompt option by using a single command nslookup

In this post, I will show you how can you find DNS address of any website from the command prompt in Windows.

Just Run the command below command to find DNS address in PC.

nslookup  DomainName

Find DNS Address Of Website

For example, I type a command for my website to find my website DNS address here.

C:>nslookup www.windows-commandline.com
Server:  UnKnown
Address:  192.168.0.1

Non-authoritative answer:
Name:    www.windows-commandline.com
Addresses: 2400:cb00:2048:1::6819:550c
          2400:cb00:2048:1::6819:540c
          104.25.84.12
          104.25.85.12
C:>


Here you clear now procedure of find DNS address of the website.

Check them:
1. Check IP Address From Run Command
2. Open Network Connection In Command Line

Leave a Comment