Hi Msmc,
the following worked for me,
Locate the file : MSTSC.exe in c:\windows\system32
remove read and excute from the group that this user is a member of ( usually users group )
Good Luck
Victor
Main Topics
Browse All TopicsI am wondering what the best approach would be to limit RDP access to certain machines for a particular user. Can that be done with Group Policy, OU, or IAS?
Scenario: A user RDPs into one server. Problem: The user can now open up another RDP session and go anywhere they want in the network. This is more than a simple rights issue. Please be as descriptive as possible in your solution.
Thanks.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
By default for remote admin, a user cannot remote in to a machine unless one of two things is true...
First: User has amin access to the machine
Second: User is a member of remote users for that machine.
Does the user in question have either of these access?
If the user has admin access to the machines, how is that setup? know the local admin password, member of domain admin, etc?
Devoncc - we have to allow RDP rights on the initial server they need access to. The problem is once they are in that server, they can relaunch RDP from there and connect to another server. At this time, I cannot just turn off RDP access for the rest of the servers as we have terminal servers, domain controllers, and sql servers.
Victorbx - see above.
colin harford - they will be a member allowed access under RDP tab, but not an admin of the domain or the local machine.
I hope that helps clarify some things.
So, on the first boxen, they are a member of the remote desktop users group to that machine...
For them to sucessfully login to a different machine they need one of the following:
First: User has amin access to the machine
Second: User is a member of remote desktop users for that machine.
If neither of them are true, by default they cannot login...
Unless someone has gone in to at the domain or local security policy and changed in Local Policies\User Rights Assignment:
Allow logon through Terminal Services.
Similarily, you can modify Deny logon through Terminal Services, and add the user account in question there.
Allow me to clarify:
Users cannot remote desktop in by default to a machine running in remote admin mode unless they are either a member of the admin group to that machine (local admin, domain admin, etc) or a member of the machine local remote desktop users group (they are added to that via users and groups, or via the system panel, in the remote tab, and added in select remote users...
on the machines that you would like to limit access, from the administative tools open 'Terminal Services Configuration'
one there you should see the 'Connections' folder in the left pane of the window, and on the right pane you should see 'RDP-Tcp' right-click on 'RDP-Tcp' and choose properties
locate the 'Permissions' tab, no if it were me I would create a global group and make the user(s) that you want to restrict member of that group. Then under the 'Permissions' tab add the group and choose the 'Deny' options.
msmc,
I had an answer above which did the same thing with:
Unless someone has gone in to at the domain or local security policy and changed in Local Policies\User Rights Assignment:
Allow logon through Terminal Services.
Similarily, you can modify Deny logon through Terminal Services, and add the user account in question there.
Business Accounts
Answer for Membership
by: DevonccPosted on 2005-10-04 at 15:10:45ID: 15018152
GPO might be able to but you may start restricting your self for other stuff, I could be wrong though.
Your best bet would be to go to the workstations and right click my computer -> Properties -> "Remote" Tab -> change the "allow users to connect remotely to this computer" to allow only specific people or uncheck it so that nobody is allowed.
hth,
Devon