Connection Logs

  • Thread starter Thread starter Kevin
  • Start date Start date
K

Kevin

Hi,

I am new to Terminal Services, so please bear with me.

Is there any kind of connection log on Terminal Server?

If there is, where do I find it?

Many Thanks
 
-----Original Message-----
Hi,

I am new to Terminal Services, so please bear with me.

Is there any kind of connection log on Terminal Server?

If there is, where do I find it?

Many Thanks
.
I'm in the same boat. New to term services and trying to
find the log showing when users log on and off. Any
help/hints needed. Thanks in advance.
 
Sort of..
If you enable auditing of security events, then all logon and logoff
events are recorded in the Security tab of the EventLog.

You can also make your own textbased log by putting a line in the
users logonscript like:

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