Download PowerShell 7.3 Preview 5 (Offline Installers)

Powershell Preview GenericPowershell Preview Generic

Just a day ago, Microsoft released a stable version of Windows PowerShell, which was version 7.2.5. Today, Microsoft has released PowerShell 7.3 Preview 5. This update brings new improvements and fixes to the command-line tool that can be used to run scripts, automate and perform administrative tasks.

Since it is a preview version, it is only meant for testing, so that the public is ready for any changes that may impact their work before the final version is released. That being said, we strongly recommend you do not install it in any live/production environment.

If you already have a stable version of Windows PowerShell running on your machine, installing the preview version will not affect it, and both could run simultaneously. However, if an older preview version of PowerShell is installed, it will automatically be overwritten with the newer preview version.

You can download and install PowerShell 7.3 Preview 3 using the given guide below. Before that, let us discuss the new improvements.

Changes and Improvements

We have highlighted significant improvements in this preview release:

  • [Engine]
    • Improvements have been made to type inference and completions.
    • Make Out-String and Out-File keep string input unchanged.
    • Make AnsiRegex able to capture Hyperlink ANSI sequences.
    • The -ConfigurationFile command-line parameter has been added to pwsh to support local session configuration.
    • The native library loading for osx-arm64 has been fixed.
    • The formatting will now act appropriately when the style of the table header or list label is an empty string.
  • [General Cmdlet Updates]
    • Various completion issues inside the param block have been addressed.
    • The Amended switch to has been added to the Get-CimClass cmdlet.
    • Improvements have been made to the completion of operators.
    • The array element completion for command arguments has been improved.
    • Now use AST extent for PSScriptRoot path completion.
    • Type inference support for generic methods with type parameters has been added
    • Write out the OSC indicator only if the stdout is not redirected.
    • Remove the assert and use a relatively larger capacity to cover the possible increase of .NET reference assemblies.
    • The reference assembly count has been increased to 161.

With these improvements, Microsoft currently has not disclosed any known issues. To learn more about these fixes and improvements, read the Release Notes.

Download PowerShell 7.3 Preview 5

You can download PowerShell 7.3 Preview 5 from the direct download links below.

For Windows 11, 10, 8.1, and 7

PowerShell-7.3.0 Preview 5 for Windows 64-bit.msi [80.5 MB]

PowerShell-7.3.0 Preview 5 for Windows 32-bit.msi [75.7 MB]

For MacOS

PowerShell-7.3.0 Preview 5 for MacOS 64-bit.pkg [43.8 MB]

PowerShell-7.3.0 Preview 5 for MacOS ARM64.pkg [42.3 MB]

For Linux

PowerShell-7.3.0 Preview 5 for RedHat Linux.rpm [44.0 MB]

PowerShell-7.3.0 Preview 5 for Debian.deb [44.3 MB]

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

How to Install PowerShell 7.3 Preview 5

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

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

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

    1
    Proceed
  3. Now select the destination folder for the installation and click Next.

    2
    Select installation directory
  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.

    3
    Select optional features to install
  5. Leave the default settings on the next page and click Next.

    4
    Leave default settings
  6. On the next screen, click Install to begin the installation.

    5
    Begin installation
  7. Once installed, click Finish.

    6
    Close wizard
  8. Now confirm that PowerShell has been installed successfully. Type in pwsh in the Run Command box and you shall see the installed version at the top.

    Confirm installation 1
    Confirm installation

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

Closing Words

As we previously highlighted, this is a preview release of the command-line tool, which is why we suggest that you do not install it in a live environment. It is primarily targetted for the developers who need to test their applications beforehand so that when the stable version is released, their products are compatible with one another.

If you liked this post, Share it on:
Latest posts
Powershell Generic
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.

View post
Powershell Generic
Download PowerShell 7.3.9 & 7.2.16 LTS (Offline Installers)

Download PowerShell 7.3.9 and 7.2.16 LTS for Windows, macOS, and Linux using the provided offline installers.

View post
How To Zip And Unzip Files With PowerShell On Windows
How To Zip And Unzip Files With PowerShell On Windows

Manage your data better with controllable compression ratios to create zip files with PowerShell.

View post

Leave the first comment