Install latest PowerShell in Microsoft Windows

Check Current Version of Powershell and upgrade to latest Version

1.Check the Current Version of Powershell on your system.

$PSVersionTable.PSVersion
PS C:\Users\admin> $PSVersionTable.PSVersion

Major  Minor  Build  Revision
-----  -----  -----  --------
5      1      19041  906

2. Go to the link to look for the latest version of PowerShell available.

https://github.com/PowerShell/PowerShell/tags

3. Check the latest version available on this link.

4. Verify the latest version of Powershell.

5. Drag down the same page for download the latest version for different version of OS.

6. Start installation from MSI file.

8. Check the version after finish.

PowerShell 7.1.3
Copyright (c) Microsoft Corporation.



PS C:\Users\admin> $PSVersionTable.PSVersion

Major  Minor  Patch  PreReleaseLabel BuildLabel
-----  -----  -----  --------------- ----------
7      1      3

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.