Using Citrix XenApp USB Forwarding: Difference between revisions
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
===Using Group Policy=== | ===Using Group Policy=== | ||
[https://www.citrix.com/downloads/citrix-receiver/windows/receiver-for-windows-latest.html Citrix Group Policy Extensions Download] | |||
*Open the group policy editor for the policy controlling your Citrix Receiver client's. | *Open the group policy editor for the policy controlling your Citrix Receiver client's. | ||
*Go to Administrative Templates -> Citrix Components -> Citrix Receiver -> Remoting client devices -> Generic USB Remoting (if this is missing you need the Citrix Group Policy Extensions, see [https://docs.citrix.com/en-us/receiver/windows/4-3/ica-overview-receiver-config/ica-import-icaclient-template-v2.html here]). | *Go to Administrative Templates -> Citrix Components -> Citrix Receiver -> Remoting client devices -> Generic USB Remoting (if this is missing you need the Citrix Group Policy Extensions, see [https://docs.citrix.com/en-us/receiver/windows/4-3/ica-overview-receiver-config/ica-import-icaclient-template-v2.html here]). |
Revision as of 15:37, 31 May 2017
Requirements
- Citrix XenApp 7.6+ / XenDesktop 7.0+
- Citrix Receiver 3.5+
Configuring Citrix XenApp/XenDesktop Policy
https://support.citrix.com/article/CTX137939
- Start Citrix Studio
- Go to "Policies" on the left-hand side.
- Either edit an existing policy, or create a new policy.
- Edit "Client USB device redirection", set it to "Allowed".
- Edit "Client USB device redirection rules", click "New" and type: "Allow: VID=18FB" (space and capitalization is important, no quotes).
- Click "Finish" and close Citrix Studio.
Configuring Automatic Device Forwarding
https://support.citrix.com/article/CTX123015
Using Group Policy
Citrix Group Policy Extensions Download
- Open the group policy editor for the policy controlling your Citrix Receiver client's.
- Go to Administrative Templates -> Citrix Components -> Citrix Receiver -> Remoting client devices -> Generic USB Remoting (if this is missing you need the Citrix Group Policy Extensions, see here).
- Open "New USB Devices", select "Enabled", click "OK".
- Open "Existing USB Devices", select "Enabled", click "OK".
- If you need to restrict which devices get automatically forwarded, open "USB Device Rules", add the required rules and hit "OK".
- Run "gpupdate /force" as an administrator on the client computer you're testing on to make sure you have the newest version of the policy.
Using the Registry
- Create a new key located at: HKLM\SOFTWARE\Citrix\ICA Client\GenericUSB\Devices\VID18FB PID0200 (replace PID0200 with the product id for the product you're looking to forward).
- Create a new DWORD value named "AutoRedirect" and set it to "1".