Featured Post

Java RMI Client Authentication

Security is painful. My attempts to make our applet that is using RMI use SSL as well have absolutely done my head in. First there was the fact that a self signed certificate wouldn’t do. This wasn’t a big surprise, but it wouldn’t even allow me to test...

Read More

Windows Server 2008 Once Remote desktop connection

Posted by brendo | Posted in security | Posted on 27-03-2009

Tags: , , , , , ,

0

Just installed windows server 2008 for our test team and remoted in to configure it. I set up remote desktop and gave it the max number of connections (which was limited to 2).

I restarted the server to ensure the changes would be applied and logged into a remote desktop session. A colleague then logged in off his machine and it booted me out, sighting someone else had logged into this session.

After a number of searches through the remote desktop settings, it turns out that by default, Windows Server 2008 only allows one remote desktop user per session.

To change this, go to Administrative tools > Terminal Services Configuration and double click on the item “Restrict each user to a single session”. From this window, uncheck the “Restrict each user to a single session” box. Voila! 2 users remote desktop’ed in simultaneously.

remoteclient.gif