0

How do I allow users to get to their local drives in Remote App but not see the Remote Server drives in RemoteApp? I can see how I can disable Redirection for client local resources but not where I can restrict availability of server resources.

Nissan Fan
  • 340
  • 2
  • 13

1 Answers1

1

There's a Group Policy setting to hide drives under User Configuration|Administrative Templates|Windows Components|Windows Explorer.

joeqwerty
  • 108,377
  • 6
  • 80
  • 171
  • Does this hide the client local drives as well? I don't want to lose them. – Nissan Fan Sep 26 '15 at 21:14
  • Are these users accessing the RemoteApp from domain joined computers? If so, then assuming they log onto the domain joined computers with the same user account that they use to authenticate to the RemoteApp then you'll probably want to configure this setting in the GPO that applies to the RemoteApp servers and use loopback policy processing so that it will apply to them only when they use the RemoteApp. – joeqwerty Sep 27 '15 at 02:29