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
- Sascha StopsNov 28, 2019Brass Contributor
Tom_A_MSFT Hello, but there is no way to do this on a per user or user group basis?
Best regards
Sascha
- JuleulvenDec 05, 2019Copper Contributorwe've done this through GPO instead of removing it from the entire application host group
- Sascha StopsDec 05, 2019Brass Contributor
Juleulven Hi, I thought about this but if I am not mistaken, printer redirection policy is machine policy and not a user policy.
Regards
Sascha
- Anders GidlundNov 12, 2019Copper ContributorAh, that sounds like it! Will try it and thanks for your help!