Microsoft Releases PowerShell 7.4.0 LTS, Updates PowerShell 7.3.10 And 7.2.17 (Offline Installers)

Download the latest .NET 8-based PowerShell 7.4 here.

Powershell Generic

After releasing the preview versions of the next major version of PowerShell, Microsoft finally released PowerShell version 7.4.0 Long Term Support (LTS). LTS versions are supported for 3 years, as opposed to the regular versions that are supported for only 18 months.

PowerShell 7.4 will likely replace PowerShell 7.2, also an LTS release. However, PowerShell 7.2 is supported for another year, which gives ample time to the developers and programs to switch to the updated version.

PowerShell 7.4 was developed in .NET 8, which was also recently released. Therefore, apart from the minor build and packaging improvements, it also packs performance improvements.

Other than that, Microsoft has also released updates for PowerShell 7.3 and 7.2. More precisely, PowerShell versions 7.3.10 and 7.2.17 LTS have been released. These only include minor build and packaging improvements.

This guide highlights the new features in these PowerShell updates and provides direct download links for offline installers.

Changes and Improvements

PowerShell 7.4.0

  • [Breaking changes]
    • Nano server docker images aren’t available for this release.
    • Added the ProgressAction parameter to the Common Parameters.
    • Updated some PowerShell APIs to throw ArgumentException instead of ArgumentNullException when the argument is an empty string.
    • Removed code related to #requires -pssnapin.
    • Test-Json now uses Json.Schema.Net instead of Newtonsoft.Json.Schema. With this change, Test-Json no longer supports the older Draft 4 schemas.
    • Output from Test-Connection now includes more detailed information about TCP connection tests.
  • [General cmdlet updates and fixes]
    • Added a missing ConfigureAwait(false) call to webcmdlets so they don’t block.
    • Fix Group-Object so output uses current culture.
    • Block getting help from network locations in restricted remoting sessions.
  • [Build and Packaging Improvements]
    • Added internal .NET SDK URL parameter to release pipeline.
    • Updated the CGManifest file for the v7.4.0 release.
    • Fixed repository root for the nuget.config.
    • Added internal nuget feed to compliance build.
    • Copied the Azure blob with the PowerShell global tool to the private blob and moved to CDN during release.
    • Fixed the release build by making the internal SDK parameter optional.
    • Made internal .NET SDK URL as a parameter for release build.
    • Updated the PSResourceGet version for 1.0.1 release.
    • Bumped .NET 8 to 8.0.0 RTM build.
    • Removed Auth header content from ErrorRecord.
    • Fixed the setting of the variable to consume the internal SDK source.
    • Bumped Microsoft.Management.Infrastructure to v3.0.0.
    • Bumped Microsoft.PowerShell.Native to v7.4.0.

Other than these, there are a plethora of improvements, changes, and fixes in PowerShell 7.4. To read more in detail refer to the PowerShell 7.4.0 Microsoft announcement.

PowerShell 7.3.10

  • [Build and Packaging Improvements]
    • Added internal .NET SDK URL parameter to release pipeline.
    • Fixed the release build by making the internal SDK parameter optional.
    • Made internal .NET SDK URL as a parameter for release build.
    • Updated the Notices file and cgmanifest.
    • Updated .NET to 7.0.404.
    • Copied Azure blob with the PowerShell global tool to the private blob and moved to CDN during the release.

PowerShell 7.2.17 LTS

  • [Build and Packaging Improvements]
    • Bumped to .NET 6.0.417.
    • Copied Azure blob with the PowerShell global tool to the private blob and moved to CDN during the release.

Download PowerShell 7.4.0

You can download PowerShell 7.4.0 by clicking on the respective link below:

VersionPlatformDownload
PowerShell 7.4.0Windows 10, 11, 8.1, 7x64
x86
PowerShell 7.4.0MacOS64-bit
ARM64
PowerShell 7.4.0LinuxRedhat
Debian
Download links for PowerShell 7.4.0

Refer to this PowerShell 7.4.0 download page for more download options.

Download PowerShell 7.3.10

You can download PowerShell 7.3.10 by clicking on the respective link below:

VersionPlatformDownload
PowerShell 7.3.10Windows 10, 11, 8.1, 7x64
x86
PowerShell 7.3.10MacOS64-bit
ARM64
PowerShell 7.3.10LinuxRedhat
Debian
Download links for PowerShell 7.3.10

Refer to this PowerShell 7.3.10 download page for more download options.

Download PowerShell 7.2.17

You can download PowerShell 7.2.17 by clicking on the respective link below:

VersionPlatformDownload
PowerShell 7.2.17Windows 10, 11, 8.1, 7x64
x86
PowerShell 7.2.17 LTSMacOS64-bit
ARM64
PowerShell 7.2.17 LTSLinuxRedhat
Debian
Download links for PowerShell 7.2.17

Refer to this PowerShell 7.2.17 download page for more download options.

Install PowerShell 7.4, 7.3.10, 7.2.16

Here is how you can install Windows PowerShell on Windows 1110, 8.1, and Windows 7:

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

    The installation wizard will now run.

  2. Click Next.

    PS 73 install 1
    Proceed
  3. Select the destination folder for the installation and click Next again.

    PS 73 install 2
    Select installation directory
  4. Select the optional features you want to install and click Next.

    PS 73 install 3
    Select optional features to install

    Select the optional features to install, such as adding PowerShell to environment variables, enabling PowerShell remoting, adding PowerShell to the context menu, etc.

  5. Click Next again.

    PS 73 install 4
    Leave default settings

    Leave default settings and proceed with the installation

  6. Click Install to begin the installation.

    PS 73 install 5
    Begin installation
  7. Once installed, click Finish.

    PS 7.3.6 installed
    PS 7.3.6 installed
  8. Now type in “pwsh” in the Run Command box to confirm the installation.

Learn more about PowerShell and PowerShell Core. You can also download and install PowerShell over the network.

How to uninstall PowerShell

If you do not require PowerShell in the future then you may remove it from your computer. Here is how:

  1. Press the Windows Key + R to open the Run Command box.

  2. Type in “appwiz.cpl” and press Enter to open the Programs and Features applet.

    appwiz
    Open Programs & Features
  3. Right-click on the PowerShell version that you want to remove and then click Uninstall.

    Uninstall PowerShell
    Uninstall PowerShell

    If asked for confirmation, click Yes.

The selected version of PowerShell will now be removed from your computer.

PowerShell 7 Release History

Complete VersionRelease DateSignificant ImprovementsChangelog and Downloads
7.4.016-Nov-23Updated versions of PSResourceGet and PSReadLine, tab completion, web cmdlets, and engine improvementsPowerShell 7.4.0 complete changelog
7.3.1016-Nov-23Added internal .NET SDK URL parameter to release pipeline, fixed release build by making the internal SDK parameter optionalPowerShell 7.3.10 complete changelog
7.3.926-Oct-23– General build and packaging improvementsPowerShell 7.3.9 complete changelog
7.3.810-Oct-23– General build and packaging improvementsPowerShell 7.3.8 complete changelog
7.3.613-Jul-23– General build and packaging improvementsPowerShell 7.3.6 complete changelog
7.3.517-Jun-23– Includes general build and packaging improvementsPowerShell 7.3.5 complete changelog
7.3.413-Apr-23– Includes engine updates and general build and packaging improvementsPowerShell 7.3.4 complete changelog
7.3.323-Feb-23– General build and packaging improvementsPowerShell 7.3.3 complete changelog
7.3.224-Jan-23-Includes engine, build, and general cmdlet updatesPowerShell 7.3.2 complete changelog
7.3.113-Dec-22-Several packages updated along with versions
-Some issues were fixed
PowerShell 7.3.1 complete changelog
7.3.08-Nov-22-Added test for the framework-dependent package in the pipeline
-Fixes for building test artifacts
-AzCopy has been removed
PowerShell 7.3 complete changelog
PowerShell 7 version history
Latest posts
Microsoft Fixes Media Creation Tool Downloads Windows 11 23H2
Microsoft Fixes Media Creation Tool – Downloads Windows 11 23H2

Download Windows 11 23H2 in a smaller ISO package with fixed Media Creation Tool.

View post
NET 8 Released
.NET 8 LTS Released With Integratable Large Language Models; Fastest .NET To Date

.NET 8 LTS has been released and will soon supersede .NET 6 LTS. Get ahead of all the other developers, download it today using offline installers here.

View post
GeForce Game Ready Driver Download
Nvidia GeForce Game Ready 546.17 (WHQL) Supports DLSS 3 For Call of Duty: Modern Warfare III, Starfield

Get the best graphics experience on Starfield and Call of Duty: Modern Warfare III with native DLSS 3 support in this Nvidia driver update.

View post

Leave the first comment