Skip to content

Instantly share code, notes, and snippets.

@jhaynie
Created July 8, 2018 00:41
Show Gist options
  • Save jhaynie/92ace939bb92b0f6ec8cfec0db0a0a99 to your computer and use it in GitHub Desktop.
Save jhaynie/92ace939bb92b0f6ec8cfec0db0a0a99 to your computer and use it in GitHub Desktop.
install agent on windows
Set-ExecutionPolicy Bypass -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/pinpt/agent/master/install.ps1'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment