Table of Contents
Understand the nslookup in command prompt in CMD: a powerful tool to check DNS records and resolve domain-related issues.
Website nameserver information nslookup in command prompt
1: Find the website name server.
Command: nslookup walikhankakar.com
2: Open nslookup.
Command: nslookup
3: After opening nslookup, find the website’s name server.
Command: walikhankakar.com

4: Name server names.
Command: set type=ns
Command: walikhankakar.com
5: Website Mail Exchanger.
Command: set type=ns
Command: walikhankakar
6: Website, all DNS records.
Command: set type=all
Command: walikhankakar.com
7: If you want to change the DNS server.
Command: server 8.8.8.8
Command: walikhankakar.com
8: Help. Command: ?