Hello,
Based on your description, you can try the following solutions:
- Check network connectivity: Ensure that the remote computer has access to the following necessary Microsoft Entra ID endpoints:
https://enterpriseregistration.windows.net
https://login.microsoftonline.com
If there are firewalls or proxy servers in your network, make sure that access to these endpoints is not restricted.
- Are you using the IP or FQDN of the target machine when making the remote connection? Will trying another way to connect get the same error? Make sure the user enters their credentials in the correct format, such as AzureAD\******@domain.com.
- If you have configured a Conditional Access policy, such as MFA, make sure that the remote desktop connection complies with the policy requirements. If MFA is required by policy, but the client doesn't have a strong authentication method enabled, such as Windows Hello, it can cause the connection to fail.
- Make sure that the OS version of the local device supports remote desktop connection using Entra ID. Check if there are local policy or domain policy restrictions that prevent the use of the Entra ID.
5.Open Event Viewer and check whether there are any remote desktop error records in TerminalServices-LocalSessionManager-Operational and Remote Desktop Services-RdpCoreTS-Operational.
- Run the diagnostic tool: Run dsregcmd /status on the remote machine and confirm that the device status shows as AzureAdJoined: YES. Run the dsregcmd /status command to display details such as the device's join status, tenant information, user status, SSO status, and more, which can help diagnose whether the device is properly joined to the Microsoft Entra ID and the user's authentication status.
I hope this information helps.
Best regards,
Jingjing Wu