You can use this single PowerShell command to install the latest PowerShell 7.
iex & { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI
You can use this single PowerShell command to install the latest PowerShell 7.
iex & { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI