Microsoft RDP USB Redirection for Apple iOS devices

0

I've been working on project involving USB Redirection with an iPhone. So here's the issue... RDP is working, i can forward the Apple Device driver via Win 10 USB Redirection (and have made all the config changes stated in different forums/microsoft forums: 'group policy' and the 'registry'). Basically, the problem is I'm not getting the same driver after it forwards the USB over IP. The capabilities needed to use iTunes or whatever other Apple application does not work because the capability: UniqueID is missing and basically all Apple applications (at least for our needs use this UID to control and connect to the device. Although the USB redirects, I'm only getting "Still Image" when I should be getting that, along with a "Apple Mobile USB Modem" driver. The iPhone reacts as if it's just charging, no actual 'pair' requests or even MTP to show the device up in 'This PC'.

Working Client Details: Utilized driver: OEM32.INF / usbccgp.sys

Driver Capabilities Removable, UniqueID, SurpriseRemovalOK

Device Instance \VID_05AC&PID_12A8\77506b52964382fe1b32c3f99e109f331d54a4d7

UniqueID 77506b52964382fe1b32c3f99e109f331d54a4d7

Issues Client Details: Utilized driver: OEM7.INF / usbaapl64.exe

Driver capabilities Removable, EjectSupported, SurpriseRemoval

Device Instance USB\VID_05AC&PID_12A8&REV_0702\3&2dcee32&0&session4-3735928573&1&7c85a974-aa61-44f9-91da-197ac4d39611

UniqueID (none available)

As you may notice, the instance on the working driver before redirects shows the UniqueID: 77506b52964382f... After the USB is redirected via Microsoft RDP the UniqueID is not properly forwarded and cannot be parsed from any Apple application, which is usually easily done and normal. The device driver can either come from installing iTunes or Googling: Apple Mobile Device Driver, please help!!!

p3ngu

Posted 2019-11-12T14:10:48.370

Reputation: 1

No answers