Is there a free utility to get a remote IP or Hostname if?

vandy2000

Member
May 7, 2001
32
0
0
Is there a free utility to get a remote IP or Hostname if you have one or the other in Active Directory from a XP machine? Thanks in advance.
 

Verdant

Member
May 8, 2003
83
0
0
active directory, on an xp machine?

:confused:

i think you might be looking for the nslookup command line tool though
 

Cheetah8799

Diamond Member
Apr 12, 2001
4,508
0
76
um, if you are part of an active directory domain, and know the name of the computer you want the IP for, you could try simply "ping somecompname" in the command prompt. Should tell you the IP of the name if it is out there.
 

Verdant

Member
May 8, 2003
83
0
0
Originally posted by: vandy2000
Let me clear that up. What if you have an IP and want a hostname for that remote machine?

why do i get the distinct feeling no one reads my posts?

go back and read it again..
 

mobobuff

Lifer
Apr 5, 2004
11,099
1
81
1. Open a command prompt
2. Type "ping -a xxx.xxx.xxx.xxx"
3. Press enter

The -a switch will resolve the numeric to a host name.