If you’re just looking for a quick way in Windows to pair and unpair Bluetooth devices, try this command:
PS> explorer.exe ms-settings-connectabledevices:devicediscovery
It immediately pops up a dialog showing all Bluetooth devices. Just add a function to PowerShell so you don’t have to remember the command, and place it in your profile script:
PS> function Show-Bluetooth { explorer.exe ms-settings…