Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: How do I find what IP or Computer name the user is logged onto by

0 views
Skip to first unread message

Paul Williams [MVP]

unread,
Jul 24, 2005, 12:15:02 PM7/24/05
to
This isn't immediately available or easy to achieve, as a user object does
just what you've said - logs onto the *computer*. You logon to a computer
using your domain credentials, therefore a domain controller authenticates
you and the Kerberos system provides your account with an authorisation
ticket. You use this to logon to the computer. This information isn't
really stored anywhere (a cache in volatile memory on the computer in
question only). Logon auditing events can be written to the security log of
the domain controller in question, but that's about it. If you want a store
of this information you'll have to write it yourself. Although you can
probably download and install LimitLogon, and modify the code (logon and
logoff scripts) so that this information is logged; as opposed to the
default behaviour of the application - stopping you logging on.

--
Paul Williams
Microsoft MVP - Windows Server - Directory Services
http://www.msresource.net | http://forums.msresource.net


Carl Thoreson

unread,
Jul 25, 2005, 4:02:06 PM7/25/05
to
If you have a WINS server, you can query the WINS database with the username
which will show you the associated IP address. You can then query the IP
Address to find the associated computer name.

You are not using Active Directory to find this info, but it should give the
information you seek.

Carl


"Jill" wrote:

> their username?

0 new messages