Download PowerShell 7.3.2
Microsoft has released version 7.3.2 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 the recently released .NET version 7. The following changes and improvements have also been implemented in version 7.3.2:
Engine Updates and Fixes
- Fix SuspiciousContentChecker.Match to detect a pre-defined string when the text starts with it (#18916)
- Fix for JEA session leaking functions (Internal 23820)
General Cmdlet Updates and Fixes
- Fix Start-Job to check the existence of working directory using the PowerShell way (#18917)
- Fix Switch-Process error to include the command that is not found (#18650)
Tests
- Allow system lock down test debug hook to work with new WLDP API (fixes system lock down tests) (#18962)
Bump to use .NET 7.0.2
- Update dependencies for .NET release (Internal 23818)
- Remove unnecessary reference to System.Runtime.CompilerServices.Unsafe (#18918)
- Add bootstrap after SBOM task to re-install .NET (#18891)
Version number | 7.3.2 |
Release status | Final |
Operating systems | Linux, macOS, Windows Server 2012, Windows 10, Windows Server 2016, Windows Server 2019, Windows 11 |
Website | Microsoft |
Download | https://github.com/PowerShell/PowerShell/releases/tag/v7.3.2 |
License type | GPL |