Audit computer logon

  • Thread starter Thread starter ffreino
  • Start date Start date
F

ffreino

Hi:
I can't open Security Events in 'STUDENT' domain DC because I'm not the
computer administrator. However, I'm the administrator of several
computers in a class room. The users log on in my computers in the
domain 'student'
How can I get the computers where users logged? It's because I would
know logon stats by computer.
Thanks in advance.
 
Hi:
I can't open Security Events in 'STUDENT' domain DC because I'm not the
computer administrator. However, I'm the administrator of several
computers in a class room. The users log on in my computers in the
domain 'student'
How can I get the computers where users logged? It's because I would
know logon stats by computer.
Thanks in advance.

See tip 2890 » LoggedOn freeware locates where a user is logged on or who is logged onto a local or remote computer.
in the 'Tips & Tricks' at http://www.jsifaq.com

Since there are only a few computers, you can create a batch:

@echo off
psloggedon -L \\Computer1
psloggedon -L \\Computer2
psloggedon -L \\Computer3



Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
Back
Top