If you enable auditing of security events, you will see all logon
and logoff events in the Security tab of the EventLog on the TS.
You can filter and export these events once a month to a tab-
delimited textfile for further processing.
Or you could make your own, very simple logon report by adding a
line to your TS-specific login script:
echo %username% %clientname% %date% %time% >> logon.log
195461 - How to Set Up a Logon Script Only for Terminal Server
Users
http://support.microsoft.com/?kbid=195461
--
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
http://hem.fyristorg.com/vera/IT
--- please respond in newsgroup, NOT by private email ---
"=?Utf-8?B?TWlrZQ==?=" <Mike@discussions.microsoft.com> wrote on
28 apr 2005 in microsoft.public.win2000.termserv.clients:
> Hi,
>
[quoted text clipped - 8 lines]
>
> Mike