You can add the users here.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
You can add the users here.
--please don't forget to upvote
and Accept as answer
if the reply is helpful--
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"
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