Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SleepyLctl/f0c367fa2a49b7c76b844d5daf96b230 to your computer and use it in GitHub Desktop.
Save SleepyLctl/f0c367fa2a49b7c76b844d5daf96b230 to your computer and use it in GitHub Desktop.
Powershell stuff and tips
########################################
Execute PS script remotely
########################################
iex ((new-object net.webclient).downloadstring('https://url/install.ps1'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment