I have an app that records the end users host name and IP Address.
Unfortunately, its getting the terminal servers Name and address, not the terminal specific data.
How can I read the terminals ip address/name from VB.Net 2019?
Printable View
I have an app that records the end users host name and IP Address.
Unfortunately, its getting the terminal servers Name and address, not the terminal specific data.
How can I read the terminals ip address/name from VB.Net 2019?
The host name of the device that is connected to the terminal server is accessible via the "ClientName" environment variable. Not sure the easiest way to get the IP address.