How to get a list from machine name and username

  • Thread starter Thread starter Rickan
  • Start date Start date
R

Rickan

Hi everyone,

I am new to this list. I hope anybody here could help me:

We have a windows 2003 domain here. Now I need to know which user when
is logging / logged onto which machine. Is there any management
software for this purpose or is it possible to get this information
from domain controller?

Any hints from you would be very appreciated.

Best regards

Rickan
 
The easiest solution would be to script this using WMI. Take a look at
Microsoft Scripting center.
 
we have a logon script which records some information to a public
share. we do a dump of enviroment variables, ipconfig, etc.
It's really low tech, but it works.

Much easier than walking them through an ipconfig, etc when debugging
a problem. ;)
 
Back
Top