Powershell 6 Core Like Install
As I re-tool (or is it update) my Powershell, I came across the simple one liner to do the install… nice:
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"
Btw some neat changes in 6.2 PS…
Some interesting settings:
Enable-ExperimentalFeature -Name PSCommandNotFoundSuggestion Enable-ExperimentalFeature -Name PSTempDrive Enable-ExperimentalFeature -Name PSUseAbbreviationExpansion
Read More:
What’s New in PowerShell Core 6.2
What’s New in PowerShell Core 6.2
New features and changes released in PowerShell Core 6.2