Skip to content

Instantly share code, notes, and snippets.

@joshschmelzle
Created October 18, 2019 13:18
Show Gist options
  • Save joshschmelzle/f850c863db467c801a9993b3aaf1c961 to your computer and use it in GitHub Desktop.
Save joshschmelzle/f850c863db467c801a9993b3aaf1c961 to your computer and use it in GitHub Desktop.
windows-notes-and-cheatsheet.md

Networking

802.11

netsh wlan show interfaces
netsh wlan show wirelesscapabilities
netsh wlan show networks
netsh wlan show drivers
netsh wlan show interface
netsh wlan show interface name="Interface"
netsh wlan show profiles
netsh wlan export profile name="Profile"
netsh wlan show profiles name="Profile" key=clear
netsh wlan connect name="Profile"

# requires administrator privilege
netsh wlan show wlanreport

# trace/netmon: https://blogs.technet.microsoft.com/netmon/p/downloads/
netsh trace start WLAN
netsh trace stop
netsh trace show scenario WLAN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment