Download And Install PowerShell 7.2.4 And 7.0.11 (LTS)

Powershell GenericPowershell Generic

Microsoft has now released Windows PowerShell versions 7.0.11 and 7.2.4. PowerShell is a scripting and automation Windows command-line tool that you can upgrade to the said versions with several fixes and improvements.

Although PowerShell 7 Preview 3 was released a while back, which is the latest PowerShell version at the time of writing this post, we do not recommend you install it in a production environment. Instead, you should install stable versions, like this one.

Both of these releases are Long-Term Servicing (LTS) channels, which means they will receive support until the end-of-support for .NET. The LTS release only receives critical security updates and servicing fixes designed to minimize the impact on existing workloads.

You can download and install the respective versions from the direct download links below and install them.

Download PowerShell 7.0.11

For Windows

PowerShell-7.0.11-win-x64.msi [87.8 MB]

PowerShell-7.0.11-win-x86.msi [79.8 MB]

For MacOS

PowerShell-lts-7.0.11-osx-x64.pkg [55.5 MB]

For Linux

CentOS

PowerShell-lts-7.0.11.centos.8.x86_64.rpm [55.4 MB]

Debian

PowerShell-lts-7.0.11.debian.11_amd64.deb [55.8 MB]

PowerShell-lts-7.0.11.debian.10_amd64.deb [55.8 MB]

Ubuntu

PowerShell-lts-7.0.11.ubuntu.20.04_amd64.deb [55.8. MB]

PowerShell-lts-7.0.11.ubuntu.18.04_amd64.deb [55.8 MB]

PowerShell-lts-7.0.11.ubuntu.16.04_amd64.deb [55.8 MB]

For more download options, please check out this download page.

Download PowerShell 7.2.4

For Windows

PowerShell-7.2.4-win-x64.msi [102 MB]

PowerShell-7.2.4-win-x86.msi [93.3 MB]

For MacOS

PowerShell-lts-7.2.4-osx-x64.pkg [63.7 MB]

For Linux

PowerShell-7.2.4-linux-x64.tar.gz [66.2 MB]

 PowerShell-7.2.4-linux-arm64.tar.gz [61.8 MB]

 PowerShell-7.2.4-linux-arm32.tar.gz [63.2 MB]

 PowerShell-lts_7.2.4-1.deb_amd64.deb [66.2 MB]

For more download options, please check out this download page.

Let us now see the improvements in each of these PowerShell versions.

Fixes and Improvements

PowerShell 7.0.11

  1. Add explicit job name for approval tasks in the Snap stage.
  2. Update to use mcr.microsoft.com.
  3. Update global.json and Wix.
  4. Put Secure supply chain analysis in the correct place.
  5. Partial back-port of: Update a few tests to make them more stable in CI.
  6. Replace . in the notices container name.
  7. Add an approval for releasing build-info JSON.
  8. Release build info JSON when it is a preview.
  9. Add a major-minor build info JSON file.
  10. Update release instructions with link to new build.
  11. Add a condition to generate release files in local dev build only.
  12. Removed old not-used-anymore docker-based tests for PS release packages.
  13. Publish the global tool package for stable releases.
  14. Update to use windows-latest as the build agent image.
  15. Don’t upload dep or <a href="https://www.itechtics.com/open-tar-gz-tar-gz-tgz-files/" data-type="post" data-id="66106">tar.gz</a> for RPM build because there are none.
  16. Update to vPack task version 12.
  17. Make RPM license recognized.
  18. Ensure psoptions.json and manifest.spdx.json files always exist in packages.

PowerShell 7.2.4

  1. Add mapping for Ubuntu22.04 Jammy.
  2. Update to use mcr.microsoft.com.
  3. Update third-party notices.
  4. Update global.json and Wix.
  5. Put Secure supply chain analysis in the correct place.
  6. Fix web cmdlets so that an empty Get does not include a content-length header.
  7. Update package fallback list for Ubuntu (from those updated for Ubuntu 22.04)
  8. Add sha256 digests to RPM packages.
  9. Allow multiple installations of .NET.

For more information , visit PowerShell support lifecycle.

How to Install PowerShell 7.0.11 or 7.2.4

Perform the following steps to install PowerShell on a Windows operating system:

  1. Download and execute the respective MSI files from the links above.

  2. The installation wizard will now run. Click Next on the first screen.

    Next
    Click Next
  3. On the next screen, leave the default installation directory and click Next.

    Next 2
    Click Next again
  4. Select the optional features you want to install, such as adding PowerShell to environment variables, enabling PowerShell remoting, adding PowerShell to the context menu, etc. Click Next when selected.

    Next 3
    Select optional features
  5. On the next screen, click Install to begin the installation process.

    Install
    Begin installation
  6. Once installed, click Finish.

    Finish
    Complete installation
  7. Now confirm that PowerShell has been installed by running PowerShell. To do so, type in pwsh in the Run Command box. The PowerShell window will then open displaying the current version.

    Installed
    Confirm installation version

You can also install PowerShell 7.2.4 using the command line using the cmdlet given below. Make sure you run PowerShell as an administrator. This command is also useful when you want to upgrade from an older version of PowerShell to the latest version.

iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI -Quiet"
pwsh upgrade
Upgrade PowerShell using the command line

This will automatically install PowerShell 7.2.4 with the default options. You can also migrate from the default PowerShell 5 to PowerShell 7.2.4.

There is another option to install PowerShell over the network which is especially useful for sysadmins.

If you liked this post, Share it on:

Get Updates in Your Inbox

Sign up for the regular updates and be the first to know about the latest tech information

Subhan Zafar is an established IT professional with interests in Windows and Server infrastructure testing and research, and is currently working with Itechtics as a research consultant. He has studied Electrical Engineering and is also certified by Huawei (HCNA & HCNP Routing and Switching).

Leave the first comment