fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


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
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
netzwerk/wlan/fehleranalyse.txt · Last modified: 2024/02/17 19:03 by 127.0.0.1