We have a AD which have all remote service enabled but can't be remoted

LUKE CHAN 0 Reputation points
2023-05-12T09:33:41.5966667+00:00

We have a AD which have all remote service enabled and restarted but can't be remoted

But the AD function looks okay. Please advise the possible checking

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-05-12T17:06:32.2866667+00:00

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

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

    --please don't forget to upvote and Accept as answer if the reply is helpful--


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.