SOLVED: How to Download & Install The Latest Powershell 7
PowerShell 5.1 will co-exist nicely with PowerShell 7 and the PowerShell 7 install does NOT require a reboot so you can safely upgrade during business hours
If you want PowerShell 7 to be the default PowerShell, use this command AND REBOOT Set-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon' -Name Shell -Value 'C:\Program Files\PowerShell\7\pwsh.exe -NoExit'
Make sure you are launching the version of PowerShell you want to use (i.e 5.x or 7.x) when you use the START menu