Obtaining the Client Computer Name

  • Thread starter Thread starter Carroll Rinehart
  • Start date Start date
C

Carroll Rinehart

Hello,

Is there a way to obtain a user's client computer name using something
like the NET SEND command? If I have the user name, can the client
computer name be readily obtained?

Thanks,

Carroll Rinehart
Baltimore
 
Find the users ip add. then from command prompt
type "tracert ip add." that will give you the comp name
 
I found one approach to figuring this out. First, type "NBSTAT -A
username".
With this, you get the IP address. Then take the IP address and type
"TRACERT IPaddress". That will give you the computername. So while I
wasn't able to do it in one command, I was able to get the info with 2
commands.

Thanks to everyone who responded.

Carroll Rinehart
Baltimore
 
Back
Top