How to trace user logging in from where
 




IT Certification FAQ

 
|
Home
|
Microsoft
|
CISCO
|
CompTIA
|
Exam/Study FAQ
|
Employment FAQ
| Links  | Forums  |
Book Reviews


FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  RegisterRegister  ProfileProfile  Log in to check your private messagesPrivate messages  Log inLog in

How to trace user logging in from where

 
Post new topic   Reply to topic    Forum Index -> microsoft.public.windows.server.active_directory
Author Message
Speedyturtle
Guest





PostPosted: Tue May 16, 2006 1:27 am    Post subject: How to trace user logging in from where Reply with quote

Does anyone know if there is a third party tool we can trace who logs in from
where? Ideally it can be a table with username and workstation name so we can
trace.

I have seen some admins putting login script to do that but cannot locate a
copy of the scripts.

Any help is appreciated.
Thanks.
Back to top
Jorge.Mederos
Guest





PostPosted: Tue May 16, 2006 2:01 am    Post subject: RE: How to trace user logging in from where Reply with quote

I like to use script written using AutoIt. I have a script that runs as a
login script and captures information such as logon server, workstation name,
IP address, userid. The information is written to a text file on a shared
folder.

visit http://www.autoitscript.com/

Here is my script written in version 3:

$file = FileOpen("\\SERVERNAME\SHARENAME\LOGINUSER.TXT", 1)
If $file = -1 Then
Exit
EndIf

FileWrite($file, @MON)
FileWrite($file, "/")
FileWrite($file, @MDAY)
FileWrite($file, "/")
FileWrite($file, @YEAR)
FileWrite($file, ",")
FileWrite($file, @HOUR)
FileWrite($file, ":")
FileWrite($file, @MIN)
FileWrite($file, ":")
FileWrite($file, @SEC)
FileWrite($file, ",")
FileWrite($file, @LOGONDOMAIN)
FileWrite($file, ",")
FileWrite($file, @LOGONSERVER)
FileWrite($file, ",")
FileWrite($file, @COMPUTERNAME)
FileWrite($file, ",")
FileWrite($file, @IPADDRESS1)
FileWrite($file, ",")
FileWrite($file, @USERNAME)
FileWrite($file, @CRLF)
FileClose($file)



"Speedyturtle" wrote:

Quote:
Does anyone know if there is a third party tool we can trace who logs in from
where? Ideally it can be a table with username and workstation name so we can
trace.

I have seen some admins putting login script to do that but cannot locate a
copy of the scripts.

Any help is appreciated.
Thanks.
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Forum Index -> microsoft.public.windows.server.active_directory All times are GMT
Page 1 of 1

 

Copyright © 2002-2006 Web-S-Sense Pty. Ltd. All rights reserved.

Powered by phpBB
Advertising | Policies/Disclaimers | Contact us | Link to us


Featured Sites: Free Antivirus and Antispyware Info | Free PC Support | MCSE Directory