Skip to content

Instantly share code, notes, and snippets.

@jd-boyd
Created June 3, 2025 01:08
Show Gist options
  • Save jd-boyd/caf2b4814874e92faba8e18073813f73 to your computer and use it in GitHub Desktop.
Save jd-boyd/caf2b4814874e92faba8e18073813f73 to your computer and use it in GitHub Desktop.
Download a file in Powershell.
Invoke-WebRequest $myDownloadUrl -OutFile .\file.ext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment