RDP access to domain users without admin rights

Jasim-Shory 31 Reputation points
2022-11-22T06:19:46.487+00:00

Any one know how to give RDP access to a domain users to a server (server is part of the same domain) without admin rights. I am using server 2019 datacenter edition

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

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-11-22T13:48:35.16+00:00

    You can add the users here.

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

    263067-image.png


  2. Anonymous
    2022-11-22T14:13:52.367+00:00

    user still not able to login to server via RDP

    What happens when you try? Are the ports flowing between networks? Might try from PowerShell from both source and target (using target address in both instances).

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

  3. TP 125.8K Reputation points Volunteer Moderator
    2022-11-25T04:48:32.74+00:00

    Hi,

    Please add the Domain Users group (or other domain group) to the local Remote Desktop Users group on the member server. After adding the group, test to see if a non-admin domain user is able to connect to the member server using Remote Desktop.

    Thanks.

    -TP


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.