PowerShell: Download Webpage, curl, wget
Here's how to download a webpage.
Invoke-WebRequest
# get a website content, save it as xx.html Invoke-WebRequest "google.com" -outfile xx.html
Invoke-WebRequest
has aliasiwr
curl
Windows 10 has curl
builtin, at
C:/Windows/system32/curl.exe