🪟 Windows Administration | Top 15 most useful Windows Command Line Utilities🕺

2 min read

- Speedtest - the windows cli version from Ookla is a great tool to remotely check throughput and latency.
- pathping - built-in windows tool similar to mtr from Linux
- curl ifconfig.me - will return your public IP address
- dig - useful Linux tool for DNS testing. Download using these instructions. The following command uses dig to find out which dns you are using.
- whois - Download the whois command from this location.
You can now find out to whom the above DNS server belongs from the query above.
- netsh wlan show interfaces - determine the WiFi signal strength
- iperf - Download from here. Use these servers from RocketNet: (UK WACS): iperf-uk1.rocketnet.co.za, (US EAST): iperf-us1.rocketnet.co.za and ZA (LOCAL): iperf-za1.rocketnet.co.za or these server from Cool Ideas: (Cape Town) ter-cpt-iperf-1.cisp.co.za, (Isando) ter-jhb-iperf-1.cisp.co.za, (Rosebank) is-jhb-iperf-1.cisp.co.za, (London) tele-lon-iperf.cisp.co.za and (London) queen.cisp.co.za.
The download test is
iperf3 -c <server> -t30 -R -P10 -O2
and the upload test is
iperf3 -c <server> -t30 -P10 - O2
- psinfo - provide system information including uptime.
- mturoute - tests the maximum mtu to a destination.
- wirelessnetconsole - lists all known information on visible wireless networks.
- fping - scan the network.
Test an individual host
- nmap - install from here. View a cheat sheet for nmap.
- arp - a standard and useful tool to query whats on the LAN.
- netstat - display established connections on Windows.
- rscan - test for remote open ports.
Bonus:
screentask - no a command line but a small exe that does screen sharing!
rkill - terminate any known malware processes. Does not work remotely.
Ronald works connecting Internet inhabiting things at Fusion Broadband.
3
Subscribe to my newsletter
Read articles from Ronald Bartels directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by

Ronald Bartels
Ronald Bartels
Driving SD-WAN Adoption in South Africa