History of isers log on and off times
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
History of isers log on and off times

 
Post new topic   Reply to topic    Windows Server Forum Index -> Small Business Server 2000
Author Message
Theo
Guest





Posted: Mon Jan 31, 2005 6:47 am    Post subject: History of isers log on and off times Reply with quote

Hi
Is it possible to see a history of when users logged on and off and if so
where do I find it?
Thanks
Theo
Back to top
Theo
Guest





Posted: Mon Jan 31, 2005 6:47 am    Post subject: Re: History of users log on and off times Reply with quote

Thanks Fred
We use log on scripts in the sysvol to map drives so can I just add the
command below to that script? What do I need to do in group policy? and
where will it put the logon.log file?
Theo
"Fred Blum" <h.f.blum@marketconnectnospam.nl> wrote in message
news:emSaNb5BFHA.2012@TK2MSFTNGP15.phx.gbl...
Quote:

If you enable security auditing you'll have to wade true loads of entries.
Another way is to use group policy and add a logon/logoff script.

usrlogon.cmd place in system32 dir
echo logon %username% %clientname% %date% %time% >> logon.log

usrlogoff.cmd place in system32 dir
echo logon %username% %clientname% %date% %time% >> logon.log

You can apply these script to a specific group off users.

Or on a local machine or TS you can use
HKLM/software/microsoft/winlogon/appsetup/usrlogon.cmd
Logoff has to be done true group policy.

195461 - How to Set Up a Logon Script Only for Terminal Server Users
http://support.microsoft.com/?kbid=195461
With thanks to Vera Noest.

Fred


"Theo" <theo@mitw.lan> wrote in message
news:ctl7m3$3ie$1$830fa7a5@news.demon.co.uk...
Hi
Is it possible to see a history of when users logged on and off and if so
where do I find it?
Thanks
Theo


Back to top
Marina Roos [SBS-MVP]
Guest





Posted: Mon Jan 31, 2005 6:47 am    Post subject: Re: History of isers log on and off times Reply with quote

Hi Theo,

You would have to turn on the logon/logoff events in the Security log. You
will have to do that in the Domain Policy.

--
Regards,

Marina
Microsoft SBS-MVP
One of the Magical M&M's

"Theo" <theo@mitw.lan> schreef in bericht
news:ctl7m3$3ie$1$830fa7a5@news.demon.co.uk...
Quote:
Hi
Is it possible to see a history of when users logged on and off and if so
where do I find it?
Thanks
Theo

Back to top
Fred Blum
Guest





Posted: Mon Jan 31, 2005 6:47 am    Post subject: Re: History of isers log on and off times Reply with quote

If you enable security auditing you'll have to wade true loads of entries.
Another way is to use group policy and add a logon/logoff script.

usrlogon.cmd place in system32 dir
echo logon %username% %clientname% %date% %time% >> logon.log

usrlogoff.cmd place in system32 dir
echo logon %username% %clientname% %date% %time% >> logon.log

You can apply these script to a specific group off users.

Or on a local machine or TS you can use
HKLM/software/microsoft/winlogon/appsetup/usrlogon.cmd
Logoff has to be done true group policy.

195461 - How to Set Up a Logon Script Only for Terminal Server Users
http://support.microsoft.com/?kbid=195461
With thanks to Vera Noest.

Fred


"Theo" <theo@mitw.lan> wrote in message
news:ctl7m3$3ie$1$830fa7a5@news.demon.co.uk...
Quote:
Hi
Is it possible to see a history of when users logged on and off and if so
where do I find it?
Thanks
Theo
Back to top
Fred Blum
Guest





Posted: Tue Feb 01, 2005 6:48 am    Post subject: Re: History of users log on and off times Reply with quote

Thanks, missed that post.


"Dave Stoecker" <david_stoecker@hotCOFFEEmail.com> wrote in message
news:uWeBrcACFHA.4072@tk2msftngp13.phx.gbl...
Quote:
For the IP address - see a post in this group on 1/27/2005 (re:
Login/Logout Auditing) by Cyber_wizard.
Note: I haven't tried his method.

DS

"Fred Blum" <h.f.blum@marketconnet.nlnet> wrote in message
news:uNoATo8BFHA.3596@TK2MSFTNGP12.phx.gbl...

Do you want to log it for all users? If so you can add it to the logon
script for all users to apply.
You can specify the location you want for example:
echo logon %username% %clientname% %date% %time% >> c:\logs\logon.log

You now have a log with logons, but no logoffs! Here you need Active
directorys users and computers/right click doman/properties/click edit
the highest in the list/user configuration/windows/logon-logoff scripts.
Create a logoff.cmd with echo logoff %username% %clientname% %date%
%time% >> c:\logs\logon.log. Voila.

Help is appeciated to create a VB script that will get the IP adress of
the client aswell.

Fred

"Theo" <theo@mitw.lan> schreef in bericht
news:ctlo5r$kkg$1$8300dec7@news.demon.co.uk...
Thanks Fred
We use log on scripts in the sysvol to map drives so can I just add the
command below to that script? What do I need to do in group policy? and
where will it put the logon.log file?
Theo
"Fred Blum" <h.f.blum@marketconnectnospam.nl> wrote in message
news:emSaNb5BFHA.2012@TK2MSFTNGP15.phx.gbl...

If you enable security auditing you'll have to wade true loads of
entries.
Another way is to use group policy and add a logon/logoff script.

usrlogon.cmd place in system32 dir
echo logon %username% %clientname% %date% %time% >> logon.log

usrlogoff.cmd place in system32 dir
echo logon %username% %clientname% %date% %time% >> logon.log

You can apply these script to a specific group off users.

Or on a local machine or TS you can use
HKLM/software/microsoft/winlogon/appsetup/usrlogon.cmd
Logoff has to be done true group policy.

195461 - How to Set Up a Logon Script Only for Terminal Server Users
http://support.microsoft.com/?kbid=195461
With thanks to Vera Noest.

Fred


"Theo" <theo@mitw.lan> wrote in message
news:ctl7m3$3ie$1$830fa7a5@news.demon.co.uk...
Hi
Is it possible to see a history of when users logged on and off and if
so where do I find it?
Thanks
Theo








Back to top
Dave Stoecker
Guest





Posted: Tue Feb 01, 2005 6:48 am    Post subject: Re: History of users log on and off times Reply with quote

For the IP address - see a post in this group on 1/27/2005 (re: Login/Logout
Auditing) by Cyber_wizard.
Note: I haven't tried his method.

DS

"Fred Blum" <h.f.blum@marketconnet.nlnet> wrote in message
news:uNoATo8BFHA.3596@TK2MSFTNGP12.phx.gbl...
Quote:

Do you want to log it for all users? If so you can add it to the logon
script for all users to apply.
You can specify the location you want for example:
echo logon %username% %clientname% %date% %time% >> c:\logs\logon.log

You now have a log with logons, but no logoffs! Here you need Active
directorys users and computers/right click doman/properties/click edit the
highest in the list/user configuration/windows/logon-logoff scripts.
Create a logoff.cmd with echo logoff %username% %clientname% %date% %time%
c:\logs\logon.log. Voila.

Help is appeciated to create a VB script that will get the IP adress of
the client aswell.

Fred

"Theo" <theo@mitw.lan> schreef in bericht
news:ctlo5r$kkg$1$8300dec7@news.demon.co.uk...
Thanks Fred
We use log on scripts in the sysvol to map drives so can I just add the
command below to that script? What do I need to do in group policy? and
where will it put the logon.log file?
Theo
"Fred Blum" <h.f.blum@marketconnectnospam.nl> wrote in message
news:emSaNb5BFHA.2012@TK2MSFTNGP15.phx.gbl...

If you enable security auditing you'll have to wade true loads of
entries.
Another way is to use group policy and add a logon/logoff script.

usrlogon.cmd place in system32 dir
echo logon %username% %clientname% %date% %time% >> logon.log

usrlogoff.cmd place in system32 dir
echo logon %username% %clientname% %date% %time% >> logon.log

You can apply these script to a specific group off users.

Or on a local machine or TS you can use
HKLM/software/microsoft/winlogon/appsetup/usrlogon.cmd
Logoff has to be done true group policy.

195461 - How to Set Up a Logon Script Only for Terminal Server Users
http://support.microsoft.com/?kbid=195461
With thanks to Vera Noest.

Fred


"Theo" <theo@mitw.lan> wrote in message
news:ctl7m3$3ie$1$830fa7a5@news.demon.co.uk...
Hi
Is it possible to see a history of when users logged on and off and if
so where do I find it?
Thanks
Theo






Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Small Business Server 2000 All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB