Netsh Get Info
Collection of interesting and useful commands for the Netsh tool in Windows. Netsh has a huge amount of functionality, this is by no means exhaustive.
Description | Command |
---|---|
Show Wifi Profiles | netsh wlan show profiles |
Show Wifi Profile Password | netsh wlan show profile wifi_name key=clear |
Show Interface Status | netsh interface ipv4 show interfaces |
Show Interface IPs | netsh interface ipv4 show ipaddresses |
Show Interface IP, Gateway, Subnet | netsh interfaces ipv4 show addresses |
Show Network Routing | netsh interface ipv4 show route |
Show DNS Servers | netsh interface ipv4 show dnsservers |
Show Cached IPs & MACs of Known Hosts | netsh interface ipv4 show neighbors |
Show Current TCP Connections | netsh interface ipv4 show tcpconnections |
Show Firewall Status | netsh advfirewall show allprofiles |
This post is licensed under CC BY 4.0 by the author.