Skip to content

Instantly share code, notes, and snippets.

@chankruze
Created November 17, 2019 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chankruze/47415e081d1209c605d9217551725c42 to your computer and use it in GitHub Desktop.
Save chankruze/47415e081d1209c605d9217551725c42 to your computer and use it in GitHub Desktop.
$uri = Read-Host 'Enter URL'
$out = Read-Host 'Save As'
Invoke-WebRequest $uri -OutFile $out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment