Remote Desktop to a PC not joined to AD domain
In cases where you are in an Active Directory environment and you need to remote to a desktop that's not joined to that directory, or is a member of an Azure directory, the login prompt usually leads to an error.
Remote machine is AAD joined. IF you are signing in to your work account, try using your work email address:
- Log in via Azure web (will required 2FT if enabled)
- Present the login AFTER the RDC connection
Here are the steps:
1. Login via Azure
- On Remote Desktop, click Show Options, Advanced tab
- Check "Use a web account to sign in to the remote computer"
- Click Connect
- Your organisation's Azure SSO login screen will appear.
2. Present the login screen AFTER connecting to RDC
- Go to your Documents folder and look for .rdp that you are using
- Right-click this file and edit using Notepad
- At the bottom of the file, add this line:
enablecredsspsupport:i:0
authentication level:i:2 - Save the file.
- Open Remote Desktop and connect to the computer
- After connecting, it will display the computer's login screen
Tip 1: Edit Default.rdp, if you want to use this method on all new connections.
Tip 2: In this option, you cannot save login information (ie, you have to type the password everytime)
Tip 3: If you are getting this error, remove the 2 lines again. 

Comments
Post a Comment