PowerShell V7
PowerShell V7 on Windows 10.
I was playing around with PowerShell 6 and 7 RC which a colleague showed me was available. Firstly to get the new version, you need to run the following command below: (Note it includes the -Preview switch) iex “& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI -Preview” It does take a few Read more…