Is it possible to check if the WPS (Wi-Fi Protected Setup) in a router is enabled or disabled via Powershell? When I run this command:
netsh wlan show networks mode=bssid
I get the bssid and other information about the wifi networks nearby, but I also need to know if the WPS is enabled or disabled. I would be happy if the response would be true or false.
If this is not possible via Powershell, is there another possible way?