My setup is RDWeb running on Server 2016.
When a user signs in on RDWeb, they are presented with one RemoteApp, which is a batch file, that wakes up the users workstation (Win10) from sleep and logs on to the machine using mstsc.exe
This works quite well.
However there are some differences from doing a ordinary RDP session. Windows keys fire shortcuts on your local machine instead of on the remote desktop. On mac I cannot use multiple monitors, and the desktop is not full screen buta maximized window.
My bet is that the batch file running as a RemoteApp prevents the session from behaving like a true RDP session.
Is there a better to setup connecting to individual workstations? I don't want the workstations open to the internet.