fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


netzwerk:wlan:fehleranalyse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
netzwerk:wlan:fehleranalyse [2021/07/22 12:21] gsysnetzwerk:wlan:fehleranalyse [2024/02/17 19:03] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ======WLAN-Fehleranalyse====== ======WLAN-Fehleranalyse======
-Windows CMD Befehle+Windows CMD/ powershell Befehle
 <code> <code>
-netsh wlan show wlanreport         #erstellt ausführlichen Bericht zu WLAN als HTML+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 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 -f "yyyyMMdd HH:mm:ss"),$_}
 +ping.exe -t 10.1.90.254 | Foreach{"{0} : {1}" -f (Get-Date),$_} | Tee-Object -file c:\ping.txt
 </code> </code>
netzwerk/wlan/fehleranalyse.1626949264.txt.gz · Last modified: 2024/02/17 19:03 (external edit)