Add list-wifi.ps1

This commit is contained in:
Markus Fleschutz
2022-10-24 15:51:54 +02:00
parent 500e987190
commit 7cfcff426e
3 changed files with 23 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<#
.SYNOPSIS
Lists all Bluetooth devices
Lists Bluetooth devices
.DESCRIPTION
This PowerShell script lists all Bluetooth devices.
This PowerShell script lists all Bluetooth devices connected to the computer.
.EXAMPLE
PS> ./list-bluetooth-devices
.LINK