USer Logon Details

G

Guest

Hi
Is there any possibility to know on whcih workstation in a domain a user is
logged on.

Any third party tools or scripts

Regards
Rajnish
 
H

Herb Martin

Rajnish said:
Hi
Is there any possibility to know on whcih workstation in a domain a user
is
logged on.

Any third party tools or scripts

If you are in a single subnet or use WINS Server, and
you run the Messenger service (which many people are
disabling today) then you can query for the user or
inspect the WINS server to find their IP address.

You can use Account Logon Auditing to record each
users logon (recorded at the DC which authenticates).

You can write a batch Logon (and even Logoff to reverse
it) script that appends the users Name and Workstation
name (and/or IP) into some known server file....

Something like:

@echo %date% %time% %userdomain%\%username% %computer%
(Above all on one line)
 

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

Similar Threads

User Login INfo 3
Adding Domain Group to 1000 Workstations 1
Run As Option 2
Network Shares 3
Logon Script 1
Share Access Permissions 2
User Monitoring 2
GPO HELP NEEDED 4

Top