I have an RDS farm setup on Windows Server 2012R2. The clients that use this RDS farm all come from the same network. There's a shared drive (let's call it \\shared
) on this network that all the clients can use.
Currently I have a GPO policy Windows Components/Remote Desktop Services/Remote Desktop Session Host/Device and Resource Redirection/Do not allow drive redirection
set to enabled. There's a new requirement, where instead the users should be allowed drive redirection just for the \\shared
drive, but not for their local drives.
Is it somehow possible to do this via GPO or maybe other measures, like RDS config?
I know that a potential solution would be to permanently map the \\shared
drive on the RDSH hosts, but there would be a lot of network issues doing this (if at all possible). I want to discount other options before I explore the world of hurt that this approach would entail.