Jul 02 2019 01:30 AM
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.
Jul 02 2019 09:07 AM
@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.
Jul 02 2019 08:23 PM
@Chris Jones - thanks for reply, but i wanna use usb remote in WVD client and Remote Desktop Connection probably not supported.
Jul 03 2019 03:16 AM
SolutionHi @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.
Jul 05 2019 01:18 AM - edited Jul 05 2019 01:20 AM
Hi @michawets ,
Thank you for your reply,
I tried to use the CustomRdpProperty with drivestoredirect setting and it was detect C, D drives in my desktop.
But, i'm expecting that WVD can detect some USB device like Phone or peripheral but it don't. I try to find RDP setting parameter to redirect USB device but i don't have any result.
Mar 03 2020 09:03 PM
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 appreciated@Chris Jones
Mar 27 2020 06:48 AM
@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?
Jul 22 2022 10:00 AM
Jul 03 2019 03:16 AM
SolutionHi @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.