Last active
April 7, 2021 09:03
-
-
Save arturkula/17c9f1bdb9ac8b5d46fe8cc09c7cbfc6 to your computer and use it in GitHub Desktop.
install/update powershell from powershell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
source: https://www.thomasmaurer.ch/2019/07/how-to-install-and-update-powershell-7/