Try PowerShell from source and target using ip address of target in both conditions.
Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to set up remote desktop for my server (Windows Server 2019) and every time I try and connect I get error code: 0x50331742 I have made sure there is no port issues, it's open through firewalls and my router. The server and computer I am connecting from is on the same LAN
Try PowerShell from source and target using ip address of target in both conditions.
Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"
Hi Robin,
To better understand your issue, please help to confirm more details.
1.What is the OS version of your server and client? Which remote method you have tried?
2.Besides the dedicated error code, any other error message prompted as well?
3.Please also check both client and server side to verify if any details have been recorded in the event logs.
TerminalServices-RemoteConnectionManager and TerminalServices-LocalSessionManager logs to view information about connections.
Step 1: Press Windows+R to open the Run dialog, enter eventvwr (or eventvwr.msc) and hit OK.
Step 2: Navigate to Event Viewer\ Applications and Services Logs\ Microsoft\ Windows\ TerminalServices-*
Looking forward to your reply.
If the Answer is helpful, please click Accept Answer and upvote it.
Thanks,
Jenny
Just checking if there's any progress or updates?
--please don't forget to upvote
and Accept as answer
if the reply is helpful--