Part1

Now that a TSAdminEx beta is ready I will be showing you some features. In this part I will show the Sessions View.

Let’s start again with a compare of TSAdmin and TSAdminEx:

TSAdminSessionView

TSAdminExSessionView

As you can see TSAdminEx shows more details, it shows the following extra columns:

  • Remote Address: This is the actual IP address that the client uses to connect to the Terminal Server (as opposed to the Client Address that Terminal Server API exposes which is merely the internal IP address of the client). Nice detail is that when you move the mouse over the Remote Address you can also see the port number.

TSAdminExRemoteIP

  • Incoming Bytes: The number of incoming bytes for a particular session. A high number indicates high traffic from the client to the server.
  • Outgoing Bytes: The number of outgoing bytes for a particular session. A high number indicates high traffic from the server to the client.
  • Compression Ratio: Shows the effect of protocol compression.

By sorting on Incoming or Outgoing bytes you can rapidly see which user is consuming the most bandwidth:

TSAdminExBandWidth

Also note that both the User and Session view are automatically updated when the state of a session changes. For instance when a new user logs on or an existing session is disconnect. If you watch this when a new user logs an you can actually see the process of session creation.

In the first step, when the user has not yet logged in the status is connected:

TSAdminExUpdate1

When we are logged in the state changes to Active (actually the session has some other states in between but they go to fast for me to take screenshots):

TSAdminExUpdate2

When we disconnect the status is updates immediately:

TSAdminExUpdate3

If we reconnect we can see that first a new session is created and then we are reconnected to our old session:

TSAdminExUpdate4

When you move the mouse over the State column you get a hint that shows you the actual Shadow (Remote Control) permissions:

TSAdminExShadowHint

Using the Toolbar buttons or the Context Menu (right-click) you can perform several operations on Sessions:

TSAdminExSessionMenu TSAdminExToolbarButtons

This is the Send Message dialog:

TSAdminExSendMessage

And the Shadow (Remote Control) Dialog:

TSAdminExShadow

Well that’s it for today, tomorrow I will discuss the Process View.

If you would like to participate in the beta test please view here.