getting all the PCs in a Domain a specific user is logged in

M

Marco Herrn

Hi,

I have the following problem. I need to find out on which PCs a certain
user is currently logged in. Since the user is logged into a domain, I
think that the Domain Controller must have this information.

But I didn't find any API with which that would be possible. With the
ADSI Object IADSSession, I can only find out which user is remotely
logged in into a specific server, and only if this server is running a
Server OS (Windows 2000 Server or Windows Server 2003).

Is there a way to get this information?

Regards
Marco
 
T

Tomasz Onyszko

Marco said:
Hi,

I have the following problem. I need to find out on which PCs a certain
user is currently logged in. Since the user is logged into a domain, I
think that the Domain Controller must have this information.

But I didn't find any API with which that would be possible. With the
ADSI Object IADSSession, I can only find out which user is remotely
logged in into a specific server, and only if this server is running a
Server OS (Windows 2000 Server or Windows Server 2003).

Is there a way to get this information?

Yes, there is but it's not easy way - only through gathering data from
the event logs of this machines and analyzing it.

Or deploying some solution like LimitLogon and gathering this data from
its database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top