terminal server logging

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!
 
M

Matthew Harris [MVP]

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
 

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

Top