Connect to AzureAD joined computer over RDP
Hello, maybe someone already solved the connection problem or maybe there is a way to solve this problem. You need to add two keys to the RDP file and only then can you connect successfully.
enablerdsaadauth:i:0
enablecredsspsupport:i:0
only after that, the user immediately gets to the device and enters the accounted data directly on the device. In this case, there are no problems.
Otherwise (by default), I will be prompted to enter a login and password before connecting and the user will get an error.
This is a serious problem, because you need to make changes on the client side. You need to send some kind of file that will be launched in order to connect, and this is extremely inconvenient.
Perhaps how can this problem be solved?
Thank you.