locked
Need help using MDM-WMI-Bridge provider and Powershell (Windows 10) to configure Bluetooth ServicesAllowedList RRS feed

  • General discussion

  • 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!

    • Changed type Bill_Stewart Wednesday, May 30, 2018 8:53 PM
    • Moved by Bill_Stewart Wednesday, May 30, 2018 8:53 PM Unanswerable drive-by question
    Friday, April 13, 2018 4:28 PM

All replies

  • What does "I have not been able to get the syntax correct" mean? What does your syntax look like? What error(s) did you get? (Remember, nobody can see your screen.)

    -- Bill Stewart [Bill_Stewart]

    Friday, April 13, 2018 5:22 PM