Forum Discussion
cwljack
Jan 29, 2020Copper Contributor
Disabling Local Drive redirection in WVD
As far as I can tell to disable local drive redirection in the WVD client you need to run: Set-RdsHostPool -TenantName "TenantName" -Name "HostGroupName" -CustomRdpProperty "drivestoredirect:s" ...
cwljack
Mar 09, 2020Copper Contributor
_new_man_ Yes but didn't use the WVD PowerShell command in the end, as it didn't work for me.
Had to add it via a group policy, here "Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Device and Resource Redirection".
Then enabling the Do not allow drive redirection group policy setting, and linking that to the OU with the WVD Session host computer accounts.
Hope this helps!
KWalder100
Dec 17, 2020Copper Contributor
cwljack do you have any idea why the RDP settings in the Azure Portal for that WVD Host Pool are being ignored? Have you ever found the root cause? May it be related to that the WVD Host VM has been moved out of the "AADDC Computers" OU?