Sorry, I was so eager to make a contribution that I assumed "Terminal Server" = "Citrix".
Try this utility at http://www.citrix4ge.de/ctxsffaq/index.htm#cip, called clientip. When you run it from a terminal server it will retune the IP address of the client PC.
Here’s a script I use to get the Client IP address of the user.
Set objFarm = CreateObject("MetaFrameCOM.MetaFrameFarm")
objFarm.Initialize(1)
For Each objSession In objFarm.Sessions
WScript.Echo "User name : " & objSession.UserName
WScript.Echo "IP Address: " & objSession.ClientAddress...
Our Helpdesk created several hundred user accounts with just a Display name and no First or Last name. I know just enough about VBScript to locate a script on the internet, make minor modification to suit my need and then run them, but I have not located a script to do what I need.
I need to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.