Forum Discussion
Hau_Le
Jul 02, 2019Copper Contributor
Can i access my USB devices from Windows Virtual Desktop?
Hi everybody. Is it possible if WVD accesses remote USB device like remote mouse or keyboard? Please give me some guide for it. Thanks for your help.
Hi Hau_Le ,
You still can manipulate these settings, using the Set-RdsHostPool cmdlet with the -CustomRdpProperty parameter.
https://docs.microsoft.com/en-us/azure/virtual-desktop/customize-rdp-properties
If you look at the supported settings, you will find the drivestoredirect setting, controlling the drive mappings. If you set this CustomRdpProperty to drivestoredirect:s:*, all new devices should be available as well
https://docs.microsoft.com/en-gb/windows-server/remote/remote-desktop-services/clients/rdp-files
I did the test with a USB Drive and a USB Keyboard, both became available during an active session.
7 Replies
Sort By
- Chris Jones
Microsoft
Hau_Le - yes you can. It's supported through the standard RDP connection. You'll need to enable the function if you haven't already.
- gadmin285Copper Contributor
I have the same issue as this. I have a biometric device, and I installed all the necessary required Softwares and drivers. But the device is not showing up in the device manager in the WVD environment. I have checked the screenshot which you have shared below, not able to view the drivers in RDP connection local resource settings. Any help or suggestion is much appreciatedChris Jones
- dcvander79Copper Contributor
gadmin285 I also would like to have this functionality working. The interesting thing is it does work if you use a direct RDP to the WVD pool member with the flags included above.
The article on customrdpproperty does offer the same functionality as Azure RemoteApp did back in the old days. https://docs.microsoft.com/en-us/azure/virtual-desktop/customize-rdp-properties
As well, from looking at the roadmap documentation this will be a more Horizon/Citrixesque flow later with the new Azure.Virtualization cmdlets.
But for the time being, is there some way we can redirect scanners and USB peripherals to the service through the desktop client?
- Hau_LeCopper Contributor
Chris Jones - thanks for reply, but i wanna use usb remote in WVD client and Remote Desktop Connection probably not supported.
- michawetsIron Contributor
Hi Hau_Le ,
You still can manipulate these settings, using the Set-RdsHostPool cmdlet with the -CustomRdpProperty parameter.
https://docs.microsoft.com/en-us/azure/virtual-desktop/customize-rdp-properties
If you look at the supported settings, you will find the drivestoredirect setting, controlling the drive mappings. If you set this CustomRdpProperty to drivestoredirect:s:*, all new devices should be available as well
https://docs.microsoft.com/en-gb/windows-server/remote/remote-desktop-services/clients/rdp-files
I did the test with a USB Drive and a USB Keyboard, both became available during an active session.