Can't connect to Windows Server

Jacquelyn Cortes 1 Reputation point
2022-02-19T21:25:18.453+00:00

I was able to set up Remote desktop through android but when I install remote desktop in the Windows 10 Pro computer the error says

Remote Desktop Connection
Remote Desktop can't connect to the remote computer for one of these reasons:
I) Remote access to the server is not enabled
2) The remote computer is turned off
3) The remote computer is not available on the network
Make sure the remote computer is turned on and connected to the network, and that remote
access is enabled.
Save
Help
Openm
Already tried using the WIndows server PC address and PC name.domain.com still same problem
Please help

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,909 questions
Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,503 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2022-02-19T22:09:00.887+00:00

    Might try from PowerShell from both source and target. (use target address in both cases)

    Test-NetConnection -ComputerName "192.168.49.142" -CommonTCPPort "RDP" -InformationLevel "Detailed"
    

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.