Forum Discussion
Turn of printer redirection
- Nov 12, 2019
Anders Gidlund easiest way to do this would be via powershell with Set-RdsHostPool command:
Set-RdsHostPool -Tenant <TENANTNAME> -HostPoolName <HOSTPOOLNAME>CustomRdsProperty redirectprinters:i:0More info here:
https://docs.microsoft.com/en-us/powershell/module/windowsvirtualdesktop/set-rdshostpool
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp-files
Anders Gidlund easiest way to do this would be via powershell with Set-RdsHostPool command:
Set-RdsHostPool -Tenant <TENANTNAME> -HostPoolName <HOSTPOOLNAME>CustomRdsProperty redirectprinters:i:0
More info here:
https://docs.microsoft.com/en-us/powershell/module/windowsvirtualdesktop/set-rdshostpool
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/rdp-files