Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ releases page and double-click the file to install it.
- Next LTS - [PowerShell-7.6.3.msixbundle][19]
- Latest stable - [PowerShell-7.5.8.msixbundle][14]
- Current LTS - [PowerShell-7.4.17.msixbundle][13]
- Current preview - [PowerShell-7.7.0-preview.2.msixbundle][20]
- Current preview - [PowerShell-7.7.0-preview.3.msixbundle][20]

Alternatively, you can use the following command to install the MSIX package from the command line:

Expand Down Expand Up @@ -362,7 +362,7 @@ can't support those methods.
[17]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.3/PowerShell-7.6.3-win-x64.msi
[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.3/PowerShell-7.6.3-win-x64.zip
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.3/PowerShell-7.6.3.msixbundle
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.7.0-preview.2/PowerShellPreview-7.7.0-preview.2.msixbundle
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.7.0-preview.3/PowerShellPreview-7.7.0-preview.3.msixbundle
[21]: https://github.com/PowerShell/PowerShell/releases/latest
[22]: https://www.microsoft.com/store/apps/9MZ1SNWT0N5D
[23]: media/install-powershell-on-windows/powershell-start-menu.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: What's New in PowerShell 7.7
description: New features and changes released in PowerShell 7.7
ms.date: 06/12/2026
ms.date: 07/15/2026
---

# What's New in PowerShell 7.7

PowerShell 7.7-preview.2 includes the following features, updates, and breaking changes. PowerShell
7.7.0 is built on the .NET 11.0.100-preview.4 runtime.
PowerShell 7.7.0-preview.3 includes the following features, updates, and breaking changes.
PowerShell 7.7.0 is built on the .NET 11.0.100-preview.6 runtime.

For a complete list of changes, see the [CHANGELOG][04] in the GitHub repository.

Expand Down Expand Up @@ -36,6 +36,7 @@ PowerShell 7.7 includes the following updated modules:

## Cmdlet improvements

- Change `New-Guid` to generate UUID v7 by default ([#27033][27033]) (Thanks @SufficientDaikon!)
- Handle empty-string and null-value results returned from custom argument completer more properly
([#27398][27398])
- Add missing resource strings for `Get-WinEvent` ([#27397][27397]) (Thanks @MartinGC94!)
Expand Down Expand Up @@ -94,6 +95,8 @@ PowerShell 7.7 includes the following updated modules:

## Engine improvements

- Fix progress bar rendering with double-width unicode characters ([#26185][26185]) (Thanks
@yotsuda!)
- Update PowerShell telemetry to respect the diagnostics and feedback setting on Windows
([#27328][27328])
- Fix up default value for parameters with the `in` modifier ([#26785][26785]) (Thanks @jborean93!)
Expand Down Expand Up @@ -130,6 +133,7 @@ PowerShell 7.7 includes the following experimental features.
[26141]: https://github.com/PowerShell/PowerShell/pull/26141
[26144]: https://github.com/PowerShell/PowerShell/pull/26144
[26157]: https://github.com/PowerShell/PowerShell/pull/26157
[26185]: https://github.com/PowerShell/PowerShell/pull/26185
[26235]: https://github.com/PowerShell/PowerShell/pull/26235
[26252]: https://github.com/PowerShell/PowerShell/pull/26252
[26269]: https://github.com/PowerShell/PowerShell/pull/26269
Expand Down Expand Up @@ -157,7 +161,7 @@ PowerShell 7.7 includes the following experimental features.
[26692]: https://github.com/PowerShell/PowerShell/pull/26692
[26719]: https://github.com/PowerShell/PowerShell/pull/26719
[26785]: https://github.com/PowerShell/PowerShell/pull/26785
[26929]: https://github.com/PowerShell/PowerShell/pull/26929
[27033]: https://github.com/PowerShell/PowerShell/pull/27033
Comment on lines 163 to +164
[27095]: https://github.com/PowerShell/PowerShell/pull/27095
[27106]: https://github.com/PowerShell/PowerShell/pull/27106
[27109]: https://github.com/PowerShell/PowerShell/pull/27109
Expand Down