At this moment I am supposed to draw up an Architecture Overview document for the project that I am working on, but I am stuck. It feels like I am brain dead at the moment... may have to do with the fact that it is Friday and I attended a company function for the past 2 days.
Faritec acquired Enterprise Connection and the companies had a workshop on "Building a new Faritec together". I am quite interested to see what is going to happen with the 25,1% share EC has in NVisionIT, but only time will tell :)
Back to the architecture document - this is my first go at it, so the morning was spent researching what should be included, how it should be formatted, etc. We already know what we want to do for the client, we just need to get it past them now :) Most of the info I got was from
MSDN Architecture Centre, do any of you use other sites that you can recommend to get this type of information?
I know all of you have run into the problem where a colleague forgot to log off after using a remote session through Terminal Services or Remote Desktop. And then you get the beautiful 'there are too many users connected' error.
Solution!!
Go to Command Prompt, type qwinsta /server:196.34.56.78
It will give you the following result:
| SESSIONNAME |
USERNAME |
ID |
STATE |
TYPE |
| console |
|
0 |
Conn |
wdcon |
| rdp-tcp |
|
65536 |
Listen |
rdpwd |
| rdp-tcp#8 |
Administrator |
7 |
Active |
rdpwd |
| rdp-tcp#9 |
Internet |
8 |
Active |
rdpwd |
Choose the ID of the session that you would like to end and type:
rwinsta /server:196.34.56.78 8
Voila! You can log on now!