Remote Desktop Services
36 TopicsRemote Desktop Webcam redirection
In mstsc.exe, under Local Resources > More.. there is an option for Video capture devices. Which lists my webcam and Devices that I plug in later. I have determined that this option the an RDP file is the string camerastoredirect:s:* So what I have done is ran the following command on my Connection Broker so that this line will be added to rdp file generated by the feed. Set-RDSessionCollectionConfiguration -CollectionName $CollectionName -CustomRdpProperty "camerastoredirect:s:*" When I run Get-RDSessionCollectionConfiguration I see the value has been added to CustomRdpProperty along with "use redirection server name:i:1" which seems to be a default on all collections. If I strip the signing info from a downloaded rdp file from the feed source and manually add camerastoredirect:s* my cameras are redirected. Instructing my users to do this in order to use their cameras that do not work with RemoteFX USB redirection is not a direction I want to go. What I am trying to solve is, why does my custom RDP property not apply to the RDP files that are downloaded.59KViews0likes2Commentstermsvcs memory hog
The process termsvcs on my server running Server 2016 continues to be a memory hog. We were consistently in the high 90% on memory usage, so I got rid of alot of unnecessary programs and services that we did not use hoping that would fix the issue. However, we continue to be in the high 90%, as termsvcs continues to grow in memory usage as I delete other programs and services. Is there any settings for termsvcs to help with memory usage? Thank you.Solved51KViews0likes11CommentsCameras To Redirect Custom RDP Property Does not Work
In mstsc.exe, under Local Resources > More.. there is an option for Video capture devices. Which lists my webcam and Devices that I plug in later. I have determined that this option the an RDP file is the string camerastoredirect:s:* So what I have done is ran the following command on my Connection Broker so that this line will be added to rdp file generated by the feed. Set-RDSessionCollectionConfiguration -CollectionName $CollectionName -CustomRdpProperty "camerastoredirect:s:*" When I run Get-RDSessionCollectionConfiguration I see the value has been added to CustomRdpProperty along with "use redirection server name:i:1" which seems to be a default on all collections. What I am trying to solve is, why does my custom RDP property not apply to the RDP files that are downloaded.46KViews1like12CommentsBug: no reconnect to disconnected session with fSingleSessionPerUser=0
Affected: All Server 2019 Insider Previews including build 17713 Steps to reproduce: (no need to install RDSH role to reproduce the bug) enable multiple sessions per user: Computer Configuration -> Administrative Templates -> Windows Components -> Remote Desktop Services -> Remote Desktop Session Host -> Connections -> "Restrict Remote Desktop Services users to a single Remote Desktop Services Session" to "Disabled" rdp to the server and log in as Administrator close the mstsc window or disconnect rdp to the server again, log in as Administrator and you will get a new session taskmgr now shows 2 Administrator sessions: one disconnected and the new one just created close the mstsc window or disconnect rdp to the server again, log in as Administrator and you will get a new session taskmgr now shows 3 Administrator sessions: two disconnected and the new one just created ... If fSingleSessionPerUser == 0 you will not be able to reconnect to any disconnected session. However, now the interesting part: If you lock the session before the disconnect (ctrl+alt+end -> lock, then close mstsc) you will be successfully reconnected. I suspect the error is in termsrv.dll's CSessionArbitrationHelper::Sessions_EnumDisconnectedUserSessions function. You can alsoe reproduce this without rdp, directly on the console. Set the policy as mentioned above, log in as Administrator, disconnect your own session in task manager, log in again and you get a new session. This bug seems to be in termsrv.dll since Windows 10 1803 already.Solved29KViews4likes15CommentsTSplus as an alternative to RDS without paying RDS license fees to microsoft
Hello, We are evaluating whether to use TSplus (https://www.terminalserviceplus.eu/) as an alternative to Microsoft RDS/Terminal Server. According to TSplus we can not install or uninstall the RDS role, so we do not use RDS CALs and use TSplus CALs. This way it would not be necessary to pay for Windows Remote Desktop licenses. Is this correct? I can't find any information from Microsoft about it reading documentation. As I see it is correct that using TSPlus without installing Microsoft RDS it would not be necessary to pay Remote Desktop licenses. Could someone confirm me that it is so?26KViews0likes16CommentsRemote Desktop Services Deployment fails with exceptions
I'm trying to deploy Remote Desktop Services on a single server on Windows Server 2019 Standard. I've tried both Standard Deployment and Quick Start with a Session-based desktop development but I'm getting the following error during the installation: Unable to add server REMOTEAPP.AD.DOMAIN.COM to the list of servers on the RD Connection Broker server REMOTEAPP.AD.DOMAIN.COM..Exception of type 'System.Runtime.InteropServices.COMException' was thrown. I searched for some hint about this problem but I had not find anything useful. I cannot even find any useful log into the events log, and I tried one more time after reinstalling the server from scratch. Could you help me please? Thank you very much!26KViews0likes3CommentsOffice on RDS 2019 server
Hi, We have licenses for both office 2019 and office 365. We would like to install office in a way that users who don't have office 365 license can use 2019. I installed office 365 as a shared license but office keeps showing license issues. Is there a way to use both versions? Rahamim.Solved22KViews0likes3Commentsremote desktop connection - Black Screen (nothing loads)
I am having some issues with a Windows 2012 R2 Standard with remote desktop services installed. There are issues for a particular account that is experiencing login issues. When they log in, all they get is a black screen, nothing loads. I have cleared the user profile, closed all sessions for the user and have successfully still been able to log in under other accounts on the same server. When i check via task manager, there are only 3 running processes for the user: Client server runtime process Desktop window manager windows logon application In event viewer, under system, there is a common error log when they (no one else) logs in: Unable to start a DCOM Server: {AAC1009F-AB33-48F9-9A21-7F5B88426A2E} as Unavailable/Unavailable. The error: "5" Happened while starting this command: C:\Windows\system32\TSTheme.exe -Embedding Any known issues for this one? There have been no recent windows updates that we have applied before this first started as well..Solved16KViews0likes4CommentsThe RD Connection Broker server is not available or the relevant services are not running
Hello, I have installed Windows Server 2016 STD with Session Host, Connection Broker on one server (AD domian joined). There is no problem when i have connected less than ~200 user. When i have more than ~200 users when i try to check "shadow session" i have error "The RD Connection Broker server is not available or the relevant services are not running". When i try to open services.msc i have error: "The system encountered the following error while reading the list of services on: Error 1783: The stub received bad data" When i try to open event viewer i have error: "Event Viewer cannot open the event log or custom view. Verify that Event Log service is running or query is too long. The RPC server is too busy to complete this opertion (1723)"14KViews0likes1Comment