Wireless Networks Thread, Server 2003 Log on event in Technical; Hi, is there a way of getting the computers/servers to log when and where accounts are logged in? if so ...
-
7th May 2008, 09:52 AM #1
- Rep Power
- 12
Server 2003 Log on event
Hi, is there a way of getting the computers/servers to log when and where accounts are logged in? if so how do i do it...
if not... why? 
thanks in advance
-
-
IDG Tech News
-
8th May 2008, 08:29 AM #2
- Rep Power
- 0
You can set up a Group Policy on your Server to use an audit log which lets you audit account logon events.
The Group Policy is in Computer Configuration->Windows Settings->Security Settings-Local Policies->Audit Policy
Don't log everything cos they can take up a fair amount of space
-
-
8th May 2008, 11:56 AM #3 i find it more usable to log details from the login script to text files i.e. Logging Logins
-
-
8th May 2008, 02:54 PM #4
- Rep Power
- 12

Originally Posted by
browolf
i find it more usable to log details from the login script to text files i.e.
Logging Logins so do i just copy this:
for /f "tokens=1,2,3* delims=/ " %%a in ('date /t') do set date=%%a%%b%%c%%d
for /f "tokens=1,2 delims=:" %%a in ('time /t') do set time=%%a%%b
echo %date%,%time%,%username% >> \\server\computer$\%computername%.txt
echo %date%,%time%,%computername% >> \\server\user$\%username%.txt
into the logon script? (ovbiously changing the server bit to a working link?)
-
-
8th May 2008, 08:37 PM #5 
Originally Posted by
hotwired007
so do i just copy this:
for /f "tokens=1,2,3* delims=/ " %%a in ('date /t') do set date=%%a%%b%%c%%d
for /f "tokens=1,2 delims=:" %%a in ('time /t') do set time=%%a%%b
echo %date%,%time%,%username% >> \\server\computer$\%computername%.txt
echo %date%,%time%,%computername% >> \\server\user$\%username%.txt
into the logon script? (ovbiously changing the server bit to a working link?)
yup. & everyone needs read/write on the share tho cos its appending files under their logon. u dont have to have 2 different shares. i use logs$ with \users\ and \computers\
-
SHARE: 
Similar Threads
-
By monsterplastic in forum Windows
Replies: 13
Last Post: 9th March 2007, 05:28 AM
-
By ChrisH in forum Windows
Replies: 6
Last Post: 20th November 2006, 11:49 PM
-
By faza in forum Wireless Networks
Replies: 6
Last Post: 24th July 2006, 11:20 AM
-
By tosca925 in forum Windows
Replies: 0
Last Post: 21st August 2005, 10:32 PM
-
By mrtechsystems in forum Windows
Replies: 11
Last Post: 26th June 2005, 09:50 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules