Re: terminal server by Ray
Ray
Wed Jan 05 14:23:09 CST 2005
Does the %clientname% environment variable give you want you're
after?
Set oShell = CreateObject("WScript.Shell")
WScript.Echo oShell.ExpandEnvironmentStrings("%clientname%")
Set oShell = Nothing
--
Ray at work
Microsoft ASP/ASP.NET MVP
"Art" <anonymous@discussions.microsoft.com> wrote in message
news:052a01c4f362$68907a20$a401280a@phx.gbl...
> How can I get the internet address of the RDP Client when
> they acess Terminal Server?