How to get the client ip address

  • Thread starter Thread starter Antonio Saraca
  • Start date Start date
A

Antonio Saraca

Hi !

Is there an easy way to get the client ip address and put it in a environment variable ?

Thank you !

Antonio
 
You can get IP address by running ipconfig on the client computer or ping
the client computer remotely.
To set environmental variable run setx with /m switch

--
Zenon Pilat (MS)
---
This posting is provided "AS IS" with no warranties, and confers no rights
---

Hi !

Is there an easy way to get the client ip address and put it in a
environment variable ?

Thank you !

Antonio



----------------------------------------------------------------------------
----


Hi !

Is there an easy way to get the client ip address and put it in a
environment variable ?

Thank you !

Antonio
 
Thank you for your reply.

I think my question was not clear enough. Is there a way to get the client ip address on the terminal server itself where the client is connected ?

Antonio
 
Back
Top