Archived from groups: microsoft.public.win2000.active_directory (More info?)
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).
Archived from groups: microsoft.public.win2000.active_directory (More info?)
Marco Herrn wrote:
> 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.
This posting is provided "AS IS" with no warranties, and confers no rights.
"Tomasz Onyszko" <T.Onyszko_nospam_@w2k.pl> wrote in message
news:e2eF6A0oFHA.3608@TK2MSFTNGP15.phx.gbl...
> Marco Herrn wrote:
>> 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.
>
> --
> Tomasz Onyszko
> http://www.w2k.pl
You are about to answer a thread that has been inactive for more than 6 months. If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.