Microsoft heeft versie 7.4.3 van PowerShell uitgebracht. PowerShell is een objectgeoriënteerde shell- en scripttaal voor taakautomatisering, die bestaat uit een commandlineshell, een scripttaal en een framework voor configuratiebeheer. De software bestaat al sinds 2006 en is sinds versie 2.0 standaard onderdeel van Windows. Sinds eind 2016 is het open source en ook beschikbaar voor Linux en macOS. PowerShell 7.4 is gebouwd met .NET versie 8.0. Hieronder is de changelog voor deze uitgave te vinden.
General Cmdlet Updates and FixesEngine Updates and Fixes
- Fix the error when using
Start-Process -Credential
without the admin privilege (#21393)- Fix
Test-Path -IsValid
to check for invalid path and filename characters (#21358)Update to .NET 8.0.6
- Fix generating
OutputType
when running in Constrained Language Mode (#21605)- Expand
~
to$home
on Windows with tab completion (#21529)- Make sure both stdout and stderr can be redirected from a native executable (#20997)
- Fixes for change to new Engineering System.
- Fix argument passing in
GlobalToolShim
(#21333)- Create
powershell.config.json
forPowerShell.Windows.x64
global tool (#23941)- Remove markdown link check on release branches (#23937)
- Update to .NET 8.0.6 (#23936)
- Fix error in the vPack release, debug script that blocked release (#23904)
- Add branch counter variables for daily package builds (#21523)
- Updates to package and release pipelines (#23800)
- Fix exe signing with third party signing for WiX engine (#23878)
- Use PSScriptRoot to find path to Wix module (#21611)
- [StepSecurity] Apply security best practices (#21480)
- Fix build failure due to missing reference in
GlobalToolShim.cs
(#21388)- Update installation on Wix module (#23808)
- Use feed with Microsoft Wix toolset (#21651)
- Create the Windows.x64 global tool with shim for signing (#21559)
- Generate MSI for
win-arm64
installer (#20516)- update wix package install (#21537)
- Add a PAT for fetching PMC cli (#21503)
- Official PowerShell Package pipeline (#21504)