netzwerk:wlan:fehleranalyse
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
netzwerk/wlan/fehleranalyse.txt · Last modified: 2024/02/17 19:03 by 127.0.0.1