Re: Getting a computer name by ip address.

2007-11-05 Thread Jim Wright
On 11/5/07, Ian Skinner <[EMAIL PROTECTED]> wrote: > Earlier this year (at a different company) I created a script that would > run a windows dos command that would return a computer name and other > information by IP address across a cooperate LAN. I was able to run > this command with cfexecute,

Re: Getting a computer name by ip address.

2007-11-05 Thread Jochem van Dieten
Ian Skinner wrote: > Earlier this year (at a different company) I created a script that would > run a windows dos command that would return a computer name and other > information by IP address across a cooperate LAN. You have several options depending on the setup of your network: - nbtstat - n

RE: Getting a computer name by ip address.

2007-11-05 Thread Brad Wood
I just do ping -a. The -a says "Resolve addresses to hostnames" -Original Message- From: Orlini, Robert [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 11:18 AM To: CF-Talk Subject: RE: Getting a computer name by ip address. try: tracert with the IP. ie: "tr

Re: Getting a computer name by ip address.

2007-11-05 Thread Ian Skinner
Nope, nbtstat (I miss typed my first response). I.E. nbtstat -A 10.104.96.102 ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation app

Re: Getting a computer name by ip address.

2007-11-05 Thread Ian Skinner
After shaking many cobwebs loose I recalled (i.e. Googled with the right search). The command I was looking for was nbstat. Thanks for the help. ;-) ~| Check out the new features and enhancements in the latest product release -

RE: Getting a computer name by ip address.

2007-11-05 Thread Chad Gray
Nslookup? -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 11:40 AM To: CF-Talk Subject: Getting a computer name by ip address. Earlier this year (at a different company) I created a script that would run a windows dos command that would re

RE: Getting a computer name by ip address.

2007-11-05 Thread Orlini, Robert
try: tracert with the IP. ie: "tracert " for the IP or "tracert " for the host name -Original Message- From: Ian Skinner [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 11:40 AM To: CF-Talk Subject: Getting a computer name by ip address. Earlier this year (at a different comp