Skip to content

Instantly share code, notes, and snippets.

@jpogran
Created July 10, 2020 15:29
Show Gist options
  • Save jpogran/531cc2a3a2b33aff7b5133cb1172e093 to your computer and use it in GitHub Desktop.
Save jpogran/531cc2a3a2b33aff7b5133cb1172e093 to your computer and use it in GitHub Desktop.
pwsh install one liner
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment