Netsh (Network shell)is a command-line scripting utility that allows you to, either locally or remotely, display or modify the network configuration of a computer that is currently running.
1) To check the interface statistics
Output will be like below
Name : Wireless Network Connection
Description : Intel Centrino Advanced-N 6200 AGN
GUID : xxdcxxxx-xxxx-xxxx-axx5-xxxxxxxxxxxx
Physical address : xx:xx:xx:xx:xx:xx
State : connected
SSID : Belkin-test
BSSID : 0x:8x:3x:xx:xx:xx
Network type : Infrastructure
Radio type : 802.11g
Authentication : WPA-Personal
Cipher : TKIP
Connection mode : Profile
Channel : 3
Receive rate (Mbps) : 54
Transmit rate (Mbps) : 54
Signal : 90%
Profile : Belkin-test
1) To check the interface statistics
netsh wlan show interface
Output will be like below
Name : Wireless Network Connection
Description : Intel Centrino Advanced-N 6200 AGN
GUID : xxdcxxxx-xxxx-xxxx-axx5-xxxxxxxxxxxx
Physical address : xx:xx:xx:xx:xx:xx
State : connected
SSID : Belkin-test
BSSID : 0x:8x:3x:xx:xx:xx
Network type : Infrastructure
Radio type : 802.11g
Authentication : WPA-Personal
Cipher : TKIP
Connection mode : Profile
Channel : 3
Receive rate (Mbps) : 54
Transmit rate (Mbps) : 54
Signal : 90%
Profile : Belkin-test