PowerShell
PowerShell V7:- Upgrade from V7.0.3 to V7.1.0 from the command line.
If you are running PowerShell V7 like I am, when you launch it you will see a white box similar to the one below: In this article, we will be upgrading using the command line and below is the command: iex “& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI” Once you have Read more…