Skip to content

Instantly share code, notes, and snippets.

@bvanskiver
Created May 9, 2016 19:49
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 bvanskiver/dfa53cf59f8f170c9bb54403e010e201 to your computer and use it in GitHub Desktop.
Save bvanskiver/dfa53cf59f8f170c9bb54403e010e201 to your computer and use it in GitHub Desktop.
PowerShell file download
(New-Object System.Net.WebClient).DownloadFile("http://www.berndvanskiver.com/favicon.ico", "c:\temp\favicon.ico")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment