terminal server logging

  • Thread starter Thread starter jared
  • Start date Start date
J

jared

I have a terminal Server published through ISA for
external users to connect to. Is there any way I can set
it up so that it logs who and when a users logs onto that
terminal server? Thanks!
 
You can enable auditing on your terminal server or domain
controller to log whenever a user logs in or out.

Alternatively, you could put the following in your logon
script:

echo %username% %clientname% %date% %time% >> logon.log

-M
 
Back
Top