10.04.08

nslookup dos command

Posted in MS at 12:38 am by vchaithanya

The nslookup.exe command is an external command that is available in Microsoft operating systems Windows NT/Windows 2000/Windows XP/Windows Vista. It is used to lookup for an IP address or host on a network.

Ex: nslookup 172.28.180.11

It is also used for reverse lookup like below

nslookup www.google.com , it will display server and IPAddress of that server

Server:  red-dns-06.redmond.corp.microsoft.com

Address:  157.54.14.178

Leave a Comment