Update Powershell Using Command Line


Upgrade PowerShell Version

If you want to update Powershell to the latest version on your device, you can make use of the winget - the package manager for Windows OS.

Command:
winget install Microsoft.PowerShell

If you are on Windows 11, you can try the below command,

winget upgrade Microsoft.PowerShell

You can also download the latest version from the PowerShell GitHub repo:

https://github.com/PowerShell/PowerShell/releases/
-




Have Questions? Post them here!