Forum Discussion

cwljack's avatar
cwljack
Copper Contributor
Jan 29, 2020

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" ...

Resources