Click to See Complete Forum and Search --> : Users on which machine


ajaywinds
April 22nd, 2005, 07:48 AM
Hi,

1. My machine is connecte to a n/w( LAN )
2. I will give the machine name and I want to know the username who is now have logged in.

Is it posiible

Pls help.

Regards,
Ajay

Bond
April 22nd, 2005, 08:32 AM
Through WMI, sure. Or, a remote registry connection (if they're running it and you have permissions).

You could also just run a small program in the login script that writes this info out to a text file or database that can be queried later.