by webadmin | Aug 16, 2020
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....
by webadmin | Apr 19, 2019
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...
by webadmin | Apr 19, 2019
You can use $rdp.sessionInfo.appInfo.joinLink to get the join link, modify it in onsessionstart(sessionInfo) event.
by webadmin | Apr 19, 2019
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
by webadmin | Apr 19, 2019
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...