Link to home
Start Free TrialLog in
Avatar of antoniorusso
antoniorusso

asked on

Logging users login/logout on a given terminal server

Are there any utility out there that can log the number of login/logout on a given terminal server each day or a given time interval?

Thanks

ASKER CERTIFIED SOLUTION
Avatar of mgcIT
mgcIT
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of antoniorusso
antoniorusso

ASKER

Will this work in Microsoft Terminal Server environment?

This is a script that is configured to run with Citrix... if that is not installed then this won't work.

If it's just Terminal Services you can always just put a line in the logon script or put a batch file in the startup folder.  Here is a sample command:

echo %username% %date% %time% LOGON >> C:\login.txt