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 Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,525 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dave Patrick 426K Reputation points MVP
    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--