Link to home
Start Free TrialLog in
Avatar of FedexAdmin
FedexAdmin

asked on

Is there a way to log when a sessions goes from active to disconnected.

I am getting several 1041 reconnect errors on my Windows 2003 TS farm but I have no visibility as to which clients are trying to reconnect.  Is there a way to log all of the sessions that get disconnected instead of logging off properly.
Avatar of Jason Watkins
Jason Watkins
Flag of United States of America image

Hello,

Can you check in the Security Log to see which accounts had a failed login event? If it is not on the actual TS server, it will be on the DC
ASKER CERTIFIED SOLUTION
Avatar of matiasl
matiasl
Flag of Finland 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 FedexAdmin
FedexAdmin

ASKER

I have the servers set to logoff disconnected sessions after 1 minute, I dont think that would catch the sessions I am looking for unless I ran the query in a loop nonstop.
I ended up just running a loop every 50 seconds using the query command to log Disconnected sessions, it actually works very well.