Download PowerShell 7.3.4
Microsoft has released version 7.3.4 of PowerShell. PowerShell is an object-oriented shell and scripting language for task automation, consisting of a command-line shell, a scripting language, and a configuration management framework. The software has been around since 2006 and has been a standard part of Windows since version 2.0. Since the end of 2016 it has been open source and also available for Linux and macOS. PowerShell 7.3 is built with .NET version 7. Version 7.3.4 also includes the following changes and improvements:
Engine Updates and Fixes
- Add instrumentation to AmsiUtil and make the init variable readonly (#18727)
- Fix support for NanoServer due to the lack of AMSI (#18882)
- Adding missing guard for telemetry optout to avoid NullReferenceException when importing modules (#18949)
- Fix VtSubstring helper method to correctly check chars copied (#19240)
- Fix ConciseView to handle custom ParserError error records (#19239)
Build and Packaging Improvements
- Bump to use .NET 7.0.5
Version number | 7.3.4 |
Release status | Final |
Operating systems | Linux, macOS, Windows 10, Windows Server 2019, Windows 11 |
Website | Microsoft |
Download | https://github.com/PowerShell/PowerShell/releases/tag/v7.3.4 |
License type | GPL |