Firas AL-Saidi said:
Hi All,
Is there anyway to know which user is currently login to
Windows 2000 Domain? In case there is no way by Microsoft
itself, is there any third party software can do it?
Almost anything is 'possible' but this just isn't practical.
You could log all Account Login activity and filter/compare the Logins
to the Logouts but this won't give you people who just unplug their
machine (and then logout) or who are logged in with cached credentials
or a variety of other pesky problems.
You could get a rough idea by processing the above security log entries.
Why does it matter?
If a customer (with real money) asked me to do it, I would consider adding
a VERY small service on each machine to figure out who was logged on
their locally and periodically report it to a central server if that user
were
a domain user.
It wouldn't be hard to write but you someone who is comfortable writing
a service (not a big deal but much easy to mess up the machine than you
can usually accomplish with a "bad application".)