Skip to content

Instantly share code, notes, and snippets.

@joeypiccola
Created November 9, 2023 18:28
Show Gist options
  • Save joeypiccola/58f567cd056ff9412207e17af28dfc9e to your computer and use it in GitHub Desktop.
Save joeypiccola/58f567cd056ff9412207e17af28dfc9e to your computer and use it in GitHub Desktop.
runme.ps1
@joeypiccola
Copy link
Author

can be run via Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://gist.githubusercontent.com/joeypiccola/58f567cd056ff9412207e17af28dfc9e/raw/a6bbbb0dcfdc3e8dbe6f1a506d8233cf9824eb11/runme.ps1'))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment