Skip to content

Instantly share code, notes, and snippets.

@maartendekeizer
Created April 29, 2018 13:56
Show Gist options
  • Save maartendekeizer/326cd49ef9299f068d64cb943169f1cf to your computer and use it in GitHub Desktop.
Save maartendekeizer/326cd49ef9299f068d64cb943169f1cf to your computer and use it in GitHub Desktop.
PowerShell download file
(New-Object System.Net.WebClient).DownloadFile("http://markei.nl/download.exe", ".\Desktop\download.exe")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment