0

I am running windows 2008 and have published an app with remoteapp in terminal services. That works great.

My question is, can I prevent the user from logging in to the server with rdp while still allowing them to access the remoteapp?

Thanks!

JohnDoe
  • 183
  • 3
  • 16
  • I don't think you can. A RemoteApp is nothing more than a TS/RDS session that shows only the RemoteApp window(s). Behind the scenes the user will have a TS/RDS session on the server. – joeqwerty Oct 27 '13 at 19:49
  • that just means I'll have to lock it down more to where they cannot do anything :( k ty for the answer. Post a reply and I'll upvote you. – JohnDoe Oct 27 '13 at 19:52

1 Answers1

0

In Local Policy , add username to "Local Policies > User Right Assignment > Deny log on through Terminal Services"

http://technet.microsoft.com/en-us/library/cc758613(v=ws.10).aspx

Jospeh
  • 1
  • Um... this prevents both rdp and remoteapp from logging in, which defeats the purpose of my question. – JohnDoe Oct 28 '13 at 16:58