Discussion:
Logging Remote Desktop Sessions
(too old to reply)
Mike
2005-04-28 18:02:02 UTC
Permalink
Hi,

Is there a way I can log remote desktop session so I can review a historical
account of who logged in when? I thought maybe I could "turn it on" somewhere
but I couldn't find it. Then I thought I maybe doing it already I just don't
know where to look for it.

Again, Is there a way I can log the remote desktop sessions so I can review
a historical account of who logged in when?

Mike
Vera Noest [MVP]
2005-04-28 19:07:42 UTC
Permalink
If you enable auditing of security events, you will see all logon
and logoff events in the Security tab of the EventLog on the TS.

You can filter and export these events once a month to a tab-
delimited textfile for further processing.

Or you could make your own, very simple logon report by adding a
line to your TS-specific login script:

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

195461 - How to Set Up a Logon Script Only for Terminal Server
Users
http://support.microsoft.com/?kbid=195461

--
Vera Noest
MCSE, CCEA, Microsoft MVP - Terminal Server
http://hem.fyristorg.com/vera/IT
--- please respond in newsgroup, NOT by private email ---
Post by Mike
Hi,
Is there a way I can log remote desktop session so I can review
a historical account of who logged in when? I thought maybe I
could "turn it on" somewhere but I couldn't find it. Then I
thought I maybe doing it already I just don't know where to look
for it.
Again, Is there a way I can log the remote desktop sessions so I
can review a historical account of who logged in when?
Mike
Loading...