@Johannes Ebner Thanks for posting in our Q&A. From your description, I know that you want to enable RDP connection for his admin account to AzureAD joined clients via intune. If there is any misunderstanding, feel free to let us know.
To achieve this operation, we need to configure remote settings and get the RDP configure file.
For configuring remote settings in intune, here are the detailed steps for the reference:
- Go to Microsoft Endpoint manager admin center. Create a custom profile and deploy this profile to the device group you want.
Name : Set a name for this profile.
OMA-URI setting: ./Device/Vendor/MSFT/Policy/Config/RemoteDesktopServices/AllowUsersToConnectRemotely
Data Type: String
Value: <enabled />
- After the profile deploy successfully, we can find the remote setting is changed.
To make clients get the RDP configure file, my thought is that we can create the RDP configure file in step2 in the link that RahulJindal improved. Then, put RDP configure file in an accessible location, write a PowerShell script to download this RDP configure file.
Hope it can help.
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Thank you, really helped.. tho ive got some regards using NLA... how to enable it on intune? (endpoint manager)
Is there an OMA-URI for that too? I lost connection with my devices, theyre azureAD joined...
Thankx in advance
@Tiago Marques This setting "Require user authentication for remote connections by using Network Level Authentication" under Administrative Templates may make it.
@Lu Dai-MSFT thank you, that did the job!
Cheers!
So I'm running into a similar issue as well, I was able to get remote assistance with NLA toggled on in advanced system settings but under settings>system>remote desktop : the icon is toggled off and grayed out.
Can you share what powershell commands you needed to run to enable RDP and add the firewall rule you needed to allow the incoming connections?
Sign in to comment