For Windows based PCs connected with Windows AD with Group policy, we want to block USB phone tethering options. And we have tried following things which seems to be working for some people but not us.
We have applied computer policy to block device installation
System/Device Installation/Device Installation Restrictions > Prevent installation of devices that match any of these device IDs
Device ID USB\class_e0
This was described on Microsoft Technet. I have also reviewed the process described here.
I am just not sure whether device ID USB\class_e0
is the correct one or not?
Also, I check hardware IDs of few phones and all of them have distinct IDs like
Device 1
USB\VID_22D9&PID_276A&REV_0404&MI_00
USB\VID_22D9&PID_276A&MI_00
Device 2
USB\VID_2717&PID_FF80&REV_0404&MI_00
USB\VID_2717&PID_FF80&MI_00
Device 3
USB\VID_04E8&PID_6863&REV_0400&MI_00
USB\VID_04E8&PID_6863&MI_00
Now, when I add the complete device ID, the policy works as expected, i.e. the device is not installed and thus usb tethering now blocked for that particular device. Please check my current policy screenshot:
What is wrong, and how to resolve this to block all devices without adding each device IDs?