[THIN] Re: Client IP
- From: "Mike Semon" <msemon@xxxxxxx>
- To: <thin@xxxxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 13:06:58 -0500
You might try the following VB Script
To generate a list of users and their client IP addresses.
Save the following code to a file named users.vbs and run it with the
command cscript users.vbs. It lists all users in the farm and their IP
addresses:
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
-Mike
-----Original Message-----
From: thin-bounce@xxxxxxxxxxxxx [mailto:thin-bounce@xxxxxxxxxxxxx]On
Behalf Of rick.mattingly@xxxxxxxxxx
Sent: Wednesday, August 31, 2005 12:20 PM
To: thin@xxxxxxxxxxxxx
Subject: [THIN] Client IP
Is there anyway to capture a User's client IP upon their logon? The
information is there when I look at session information of the user, but
not sure how to capture it.
My Environment
XPe 1.0 FR3
VB script for the logon script
Windows 2003
Thanks,
Enterprise Server Team
Rick Mattingly
The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, re-transmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from any
computer.
********************************************************
This Weeks Sponsor: triCerat Inc.
You need Day Zero Protection!
Get Proactive with triCerat's Simplify Suite.
Solve printing, security and profile problems before they occur.
http://www.tricerat.com/?thethintl2
**********************************************************
Useful Thin Client Computing Links are available at:
http://thin.net/links.cfm
ThinWiki community - Excellent SBC Search Capabilities!
http://www.thinwiki.com
***********************************************************
For Archives, to Unsubscribe, Subscribe or
set Digest or Vacation mode use the below link:
http://thin.net/citrixlist.cfm
********************************************************
This Weeks Sponsor: triCerat Inc.
You need Day Zero Protection!
Get Proactive with triCerat's Simplify Suite.
Solve printing, security and profile problems before they occur.
http://www.tricerat.com/?thethintl2
**********************************************************
Useful Thin Client Computing Links are available at:
http://thin.net/links.cfm
ThinWiki community - Excellent SBC Search Capabilities!
http://www.thinwiki.com
***********************************************************
For Archives, to Unsubscribe, Subscribe or
set Digest or Vacation mode use the below link:
http://thin.net/citrixlist.cfm
- References:
- [THIN] Client IP
- From: rick . mattingly
Other related posts:
- » [THIN] Client IP
- » [THIN] Re: Client IP
- » [THIN] Re: Client IP
- » [THIN] Re: Client IP
- [THIN] Client IP
- From: rick . mattingly