Saturday, May 1, 2021

PowerShell one-liner to check Wi-Fi signal strength

To determine the strength of an existing Wi-Fi signal via PowerShell, use the following command.

(netsh wlan show interfaces) -Match '^\s+Signal' -Replace '^\s+Signal\s+:\s+',''



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.