How to set COM/USB redirection in Azure VM outside a HostPool ?

Wallace 21 Reputation points
2021-02-25T13:57:03.627+00:00

To set COM/USB redirection inside RDP properties of Host Pool. But I do not have a hostpool BUT already create a VM in the Azure. How could I set the COM/USB redirection in Azure VM without a HostPool ? Thanks!

I plugin an ATEN USB-2-COM adapter and it can show a new COM port under Device Manager on my local machine (after driver installed).
Expect it can show inside the VM.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,080 questions
0 comments No comments
{count} votes

Accepted answer
  1. prmanhas-MSFT 17,886 Reputation points Microsoft Employee
    2021-03-02T07:47:55.583+00:00

    @Wallace-2189 Apologies for the delay in response and all the inconvenience caused because of the issue.

    As per this you can follow below steps:

    First, set the following RDP property to enable USB device redirection:

    usbdevicestoredirect:s:* enables USB device redirection.
    usbdevicestoredirect:s: disables USB device redirection.

    Second, set the following Group Policy on the user's local device:

    • Navigate to Computer Configuration > Policies> Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Connection Client > RemoteFX USB Device Redirection.
    • Select Allows RDP redirection of other supported RemoteFX USB devices from this computer.
    • Select the Enabled option, and then select the Administrators and Users in RemoteFX USB Redirection Access Rights box.
    • Select OK.

    Hope it helps!!!

    Please "Accept as Answer" if it helped so it can help others in community looking for help on similar topics.


0 additional answers

Sort by: Most helpful