windows:cli_tools
This is an old revision of the document!
Table of Contents
Download on CLI
When you don't have tools like wget or curl on a Windows box, you can use the following to download files on the CLI using certutil.
certutil.exe -urlcache -f "https://wiki.jbstafford.co.uk/lib/tpl/dokuwiki/images/logo.png" "C:\Users\user\Desktop\logo.png"
Filter CLI Output
findstr /I
ipconfig /all | findstr /I dns
Show Firewall Status
netsh advfirewall show currentprofile
Test Network Connection
(PowerShell)
test-netconnection -port 389 172.16.0.1
windows/cli_tools.1669207782.txt.gz · Last modified: by 127.0.0.1
