WLAN-Fehleranalyse

Windows CMD/ powershell Befehle

netsh wlan show wlanreport                     #erstellt ausführlichen Bericht zu WLAN als HTML
start "cmd" ping 10.1.1.32 -t & start "cmd" ping 10.1.1.24 -t & start "cmd" ping 10.1.90.254 -t
ping.exe -t 10.1.90.254 | Foreach{"{0} - {1}" -f (Get-Date -f "yyyyMMdd HH:mm:ss"),$_}
ping.exe -t 10.1.90.254 | Foreach{"{0} : {1}" -f (Get-Date),$_} | Tee-Object -file c:\ping.txt