Hello,
I am attempting to create a powershell script to leverage the MDM-WMI-Bridge provider in order to configure the ServicesAllowedList property to only allow the following UUIDs: (These UUIDs should allow all bluetooth functionality except for file transfer)
Bluetooth Audio and HID Service UUIDs
00000019-0000-1000-8000-00805F9B34FB AVDTP
00000017-0000-1000-8000-00805F9B34FB AVCTP
0000110C-0000-1000-8000-00805F9B34FB AVRCP
0000110A-0000-1000-8000-00805F9B34FB A2DP
0000110B-0000-1000-8000-00805F9B34FB A2DP
0000110D-0000-1000-8000-00805F9B34FB A2DP
00001112-0000-1000-8000-00805F9B34FB HSP
0000111E-0000-1000-8000-00805F9B34FB HFP
00001124-0000-1000-8000-00805F9B34FB HID
00001800-0000-1000-8000-00805F9B34FB} GAP
{0000180A-0000-1000-8000-00805F9B34FB} DID
{00001813-0000-1000-8000-00805F9B34FB} Scan Parameter
LE Keyboards and Mice
{00001801-0000-1000-8000-00805F9B34FB} GAA
{00001812-0000-1000-8000-00805F9B34FB} HID Over GATT
There are no examples on setting this and I have not been able to get the syntax correct.
Thank you for your help in advance!