How do I get a server name from it's IP address in NT?
Printable View
How do I get a server name from it's IP address in NT?
Create an MsDOS session then type this in replacing the numbers with your IP address:
nbtstat -a 255.255.255.0
Obviously there are proper programmatic ways of doing it, but you can also use tracert :)