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

Ronald BartelsRonald Bartels
2 min read
  1. Speedtest - the windows cli version from Ookla is a great tool to remotely check throughput and latency.

No alt text provided for this image

  1. pathping - built-in windows tool similar to mtr from Linux

No alt text provided for this image

  1. curl ifconfig.me - will return your public IP address

No alt text provided for this image

  1. dig - useful Linux tool for DNS testing. Download using these instructions. The following command uses dig to find out which dns you are using.

No alt text provided for this image

  1. whois - Download the whois command from this location.

You can now find out to whom the above DNS server belongs from the query above.

No alt text provided for this image

  1. netsh wlan show interfaces - determine the WiFi signal strength

No alt text provided for this image

  1. 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

No alt text provided for this image

  1. psinfo - provide system information including uptime.

No alt text provided for this image

  1. mturoute - tests the maximum mtu to a destination.

No alt text provided for this image

  1. wirelessnetconsole - lists all known information on visible wireless networks.

No alt text provided for this image

  1. fping - scan the network.

No alt text provided for this image

Test an individual host

No alt text provided for this image

  1. nmap - install from here. View a cheat sheet for nmap.

No alt text provided for this image

No alt text provided for this image

  1. arp - a standard and useful tool to query whats on the LAN.

No alt text provided for this image

  1. netstat - display established connections on Windows.

No alt text provided for this image

  1. rscan - test for remote open ports.

No alt text provided for this image

Bonus:

  1. screentask - no a command line but a small exe that does screen sharing!

  2. 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