Forum Discussion
Turn of printer redirection
Hello,
I cant find the setting for turning of printer redirection in the Windows client. Were using another print service and want to turn that of.
Is there a registry setting for this?
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
7 Replies
- Imli5Copper Contributor
https://capcutproapk.pro/
- Tom_A_MSFT
Microsoft
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
- Sascha StopsBrass Contributor
Tom_A_MSFT Hello, but there is no way to do this on a per user or user group basis?
Best regards
Sascha
- JuleulvenCopper Contributorwe've done this through GPO instead of removing it from the entire application host group
- Anders GidlundCopper ContributorAh, that sounds like it! Will try it and thanks for your help!