Powershell - Wget

Windows Powershell Menu

About

wget (curl) in Powershell

wget is an alias for Invoke-WebRequest

Syntax

wget $url -o outputfile

Invoke-WebRequest -Uri $url -OutFile $output







Share this page:
Follow us:
Task Runner