问题 I am trying to access specific information about Bluetooth serial ports. I was able to find this window in my Bluetooth settings that showed me the port, direction, and name of a Bluetooth device if it was related to a COM Port. Currently to try and get this information, I have been using WQL to query some of the Windows Management Classes. # I don't really mind if it is run in a Powershell environment gwmi -query "SELECT * FROM Win32_PnPEntity WHERE Name LIKE '%COM%' AND PNPDeviceID LIKE '