Created
April 29, 2018 13:56
-
-
Save maartendekeizer/326cd49ef9299f068d64cb943169f1cf to your computer and use it in GitHub Desktop.
PowerShell download file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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