Enable / Disable Multiple RDP Sessions in Windows

How to Enable/Disable Multiple RDP Sessions in Windows 2012By default, Windows 2012 servers allow a single Remote Desktop session. If only one session is available and you take over another person’s live session, you may choose to enable multiple RDP sessions....

Bandwidth requirements

Bandwidth usage can be very different depends on the content, Spark View is based on standard RDP protocol, so you can check Microsoft’s white paper for details: http://www.microsoft.com/en-us/download/details.aspx?id=23236 From our testing and customer...

How to lock down the RDP session

How to lock down a Windows Server 2003 or Windows 2000 Terminal Server session Specify a program to start automatically when a user logs on http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/8a3125a5-6805-4c5c-9b5e-370003ff987f

How to know if an user successfully logged into RDP session?

In server side plug in, if SessionInformation.getConfig().session.random is not null, that means the user logged in successfully. On client, the RDP JS library has onloggedin() event. In the log, you can see “User: xxx domain: xxx in session: xxx successfully...