logfile file determine who has logged in?

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

On Windows XP, assuming root/Administratorprivileges, is there a
logfile that records when users have logged in/out? My first look at
*.log files only shows files that are locked in use.

What I am really looking for is log files that record user activity in
more detail, but login/out is a start. TIA.
 
HOW TO: Audit User Access of Files, Folders, and Printers in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;310399&Product=winxp

R-Guard Data Security Software
http://www.data-security-software.com/

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User
Microsoft Newsgroups

Be Smart! Protect Your PC!
http://www.microsoft.com/athome/security/protect/default.mspx

------------------------------------------------------------------------------

:

| On Windows XP, assuming root/Administratorprivileges, is there a
| logfile that records when users have logged in/out? My first look at
| *.log files only shows files that are locked in use.
|
| What I am really looking for is log files that record user activity in
| more detail, but login/out is a start. TIA.
 
Kevin said:
On Windows XP, assuming root/Administratorprivileges, is there a
logfile that records when users have logged in/out? My first look at
*.log files only shows files that are locked in use.

What I am really looking for is log files that record user activity in
more detail, but login/out is a start. TIA.
Hi

If you enable auditing of logon events, you will find entries for
logons and logoffs in the security event log.

Auditing of logon events has to be enabled on the computer via Local
Security Policy or possibly domain level if in a domain. Then you can
search the security log for the following events:

Interactive logon: Event ID 528 containing Logon Type 2
Interactive logoff: Event ID 538 containing Logon Type 2


HOW TO: Audit User Access of Files, Folders, and Printers in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;310399
 

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

Who has logged in? 1
Macro to create log file 3
Logfiles VB.NET 2
Logfile 2
IIS Log File 5
Log File of Compact: what does it mean? 1
What are these .log files in my Windows folder? (Win XP Pro SP 3) 14
login log 1

Back
Top