You know.. technical stuff..
This site contains all my technical blog posts, and soon latest projects, code samples and articles.
Eventually it will also outline my career, experience and also detail how you can request me for freelance work through my Limited company,
Latest Blog Post..
Posted by Englestone | Filed under Windows
When using Terminal Services if you are getting the "The terminal server has exceeded the maximum number of allowed connections" message.
Here are a couple of ways you can determine who is using the connections.
- qwinsta /server:servername - list sessions on servername
- query session /server:servername
-- Lee