Terminal Server logon

  • Thread starter Thread starter Dand
  • Start date Start date
D

Dand

What is the best way to record who is logging into
Terminal Server for a server running Terminal Server
remote administration?
 
Append this to your logon script:

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

This will track the username, the client's name, the date,
and the time of every person who logs on and will store
that data in the logon.log file.

-M
 
Back
Top