Skip to content

Commit 6586c86

Browse files
sdwheelerCopilot
andauthored
Update docs for PS 7.6 GA release (#12864)
* Update release information for 7.6 GA * Update docs for PS 7.6 GA release * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 96dcd4a commit 6586c86

12 files changed

+76
-82
lines changed

reference/docs-conceptual/how-to-use-docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: This article explains how to use the features of this site including search filtering and version selection.
3-
ms.date: 01/28/2026
3+
ms.date: 03/18/2026
44
ms.topic: how-to
55
title: How to use the PowerShell documentation
66
---
@@ -82,7 +82,7 @@ returns 1,096 articles from the entire Microsoft Learn site.
8282

8383
This site contains cmdlet reference for the following versions of PowerShell:
8484

85-
- PowerShell 7.6 (preview)
85+
- PowerShell 7.6 (LTS)
8686
- PowerShell 7.5
8787
- PowerShell 7.4 (LTS)
8888
- PowerShell 5.1

reference/docs-conceptual/install/PowerShell-Support-Lifecycle.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Details the policies governing support for PowerShell.
3-
ms.date: 03/12/2026
3+
ms.date: 03/18/2026
44
ms.topic: lifecycle
55
title: PowerShell Support Lifecycle
66
---
@@ -17,15 +17,16 @@ There are multiple versions of PowerShell 7 that can be installed.
1717
Updates to an LTS release only contain critical security updates and servicing fixes that are
1818
designed to minimize impact on existing workloads.
1919

20-
The current LTS release is PowerShell v7.4.14.
20+
The current LTS release is PowerShell v7.6.0. The previous LTS release, PowerShell v7.4.14, is
21+
still supported until 10-Nov-2026.
2122
- **Preview release** - A preview release is a version of PowerShell that's currently in
2223
development. Preview releases can contain bug fixes, new features, and experiments. Preview
2324
releases can contain bugs and might not be stable. For that reason, you shouldn't use them in
2425
production environments. Preview versions aren't officially supported. They allow you to test out
2526
new features and provide feedback. Your feedback is important and can influence the features that
2627
get released.
2728

28-
The current Preview release is PowerShell v7.6.0-rc1.
29+
There is no current Preview release.
2930

3031
PowerShell follows the [Microsoft Modern Lifecycle Policy][02]. The End of Support dates follow the
3132
[.NET Support Policy][06] for the version of .NET that the release of PowerShell was built upon.
@@ -123,7 +124,7 @@ lists the end-of-support dates for the current versions of PowerShell:
123124

124125
| Version | Release Date | End-of-support | .NET Version |
125126
| ------------------------ | :----------: | :------------: | --------------- |
126-
| PowerShell 7.6 (preview) | Future date | 14-Nov-2028 | [.NET 10.0][19] |
127+
| PowerShell 7.6 (preview) | 18-Mar-2028 | 14-Nov-2028 | [.NET 10.0][19] |
127128
| PowerShell 7.5 | 23-Jan-2025 | 10-Nov-2026 | [.NET 9.0][14] |
128129
| PowerShell 7.4 (LTS) | 16-Nov-2023 | 10-Nov-2026 | [.NET 8.0][13] |
129130

reference/docs-conceptual/install/install-alpine.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on Alpine Linux
3-
ms.date: 03/12/2026
3+
ms.date: 03/18/2026
44
title: Install PowerShell 7 on Alpine Linux
55
---
66
# Install PowerShell 7 on Alpine Linux
@@ -19,9 +19,9 @@ with a previous version, reinstall the previous version using the [binary archiv
1919
On Alpine Linux, PowerShell is installed from the `tar.gz` package downloaded from the
2020
[releases][01] page. Select the URL of the package version you want to install.
2121

22+
- PowerShell 7.6 (LTS) - `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/powershell-7.6.0-linux-musl-x64.tar.gz`
2223
- PowerShell 7.5 - `https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-linux-musl-x64.tar.gz`
2324
- PowerShell 7.4 (LTS) - `https://github.com/PowerShell/PowerShell/releases/download/v7.4.14/powershell-7.4.14-linux-musl-x64.tar.gz`
24-
- PowerShell 7.6-preview - `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-7.6.0-rc1-linux-musl-x64.tar.gz`
2525

2626
Use the following shell commands to install PowerShell 7:
2727

@@ -48,7 +48,7 @@ apk -X https://dl-cdn.alpinelinux.org/alpine/edge/main add --no-cache \
4848
openssh-client \
4949

5050
# Download the powershell '.tar.gz' archive
51-
curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz
51+
curl -L https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/powershell-7.6.0-linux-musl-x64.tar.gz -o /tmp/powershell.tar.gz
5252

5353
# Create the target folder where powershell will be placed
5454
sudo mkdir -p /opt/microsoft/powershell/7

reference/docs-conceptual/install/install-debian.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on Debian Linux
3-
ms.date: 03/12/2026
3+
ms.date: 03/18/2026
44
title: Install PowerShell 7 on Debian
55
---
66
# Install PowerShell 7 on Debian
@@ -71,12 +71,12 @@ pwsh
7171
Download the universal package from the GitHub releases page. Choose the link for the version you
7272
want to install.
7373

74+
- PowerShell 7.6 (LTS) universal package for supported versions of Debian
75+
- `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/powershell_7.6.0-1.deb_amd64.deb`
7476
- PowerShell 7.5 universal package for supported versions of Debian
7577
- `https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell_7.5.5-1.deb_amd64.deb`
7678
- PowerShell 7.4 (LTS) universal package for supported versions of Debian
7779
- `https://github.com/PowerShell/PowerShell/releases/download/v7.4.14/powershell_7.4.14-1.deb_amd64.deb`
78-
- PowerShell 7.6-preview universal package for supported versions of Debian
79-
- `https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc1/powershell-preview_7.6.0-rc1-1.deb_amd64.deb`
8080

8181
The following shell script downloads and installs the current release of PowerShell. You can
8282
change the URL to download the version of PowerShell that you want to install.
@@ -93,17 +93,17 @@ sudo apt-get update
9393
sudo apt-get install -y wget
9494

9595
# Download the PowerShell package file
96-
wget https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell_7.5.5-1.deb_amd64.deb
96+
wget https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/powershell_7.6.0-1.deb_amd64.deb
9797

9898
###################################
9999
# Install the PowerShell package
100-
sudo dpkg -i powershell_7.5.5-1.deb_amd64.deb
100+
sudo dpkg -i powershell_7.6.0-1.deb_amd64.deb
101101

102102
# Resolve missing dependencies and finish the install (if necessary)
103103
sudo apt-get install -f
104104

105105
# Delete the downloaded package file
106-
rm powershell_7.5.5-1.deb_amd64.deb
106+
rm powershell_7.6.0-1.deb_amd64.deb
107107

108108
# Start PowerShell
109109
pwsh

reference/docs-conceptual/install/install-powershell-on-macos.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on macOS
3-
ms.date: 03/12/2026
3+
ms.date: 03/18/2026
44
title: Install PowerShell 7 on macOS
55
---
66

@@ -24,15 +24,15 @@ There are several ways to install PowerShell on macOS.
2424
Download the install package from the [releases][04] page. Select the package version you want to
2525
install.
2626

27+
- PowerShell 7.6 (LTS)
28+
- Arm64 processors - [powershell-7.6.0-osx-arm64.pkg][13]
29+
- x64 processors - [powershell-7.6.0-osx-x64.pkg][15]
2730
- PowerShell 7.5
2831
- Arm64 processors - [powershell-7.5.5-osx-arm64.pkg][09]
2932
- x64 processors - [powershell-7.5.5-osx-x64.pkg][11]
3033
- PowerShell 7.4 (LTS)
3134
- Arm64 processors - [powershell-7.4.14-osx-arm64.pkg][05]
3235
- x64 processors - [powershell-7.4.14-osx-x64.pkg][07]
33-
- PowerShell 7.6-preview
34-
- Arm64 processors - [powershell-7.6.0-rc.1-osx-arm64.pkg][13]
35-
- x64 processors - [powershell-7.6.0-rc.1-osx-x64.pkg][15]
3636

3737
There are two ways to install PowerShell using the downloaded package.
3838

@@ -103,22 +103,22 @@ dependencies.
103103
Download the install package from the [releases][04] page onto your Mac. Select the archive version
104104
you want to install.
105105

106-
- PowerShell 7.4 (LTS)
107-
- Arm64 processors - [powershell-7.4.14-osx-arm64.tar.gz][06]
108-
- x64 processors - [powershell-7.4.14-osx-x64.tar.gz][08]
106+
- PowerShell 7.6 (LTS)
107+
- Arm64 processors - [powershell-7.6.0-osx-arm64.tar.gz][14]
108+
- x64 processors - [powershell-7.6.0-osx-x64.tar.gz][16]
109109
- PowerShell 7.5
110110
- Arm64 processors - [powershell-7.5.5-osx-arm64.tar.gz][10]
111111
- x64 processors - [powershell-7.5.5-osx-x64.tar.gz][12]
112-
- PowerShell 7.6-preview
113-
- Arm64 processors - [powershell-7.6.0-rc.1-osx-arm64.tar.gz][14]
114-
- x64 processors - [powershell-7.6.0-rc.1-osx-x64.tar.gz][16]
112+
- PowerShell 7.4 (LTS)
113+
- Arm64 processors - [powershell-7.4.14-osx-arm64.tar.gz][06]
114+
- x64 processors - [powershell-7.4.14-osx-x64.tar.gz][08]
115115

116116
Use the following commands to install PowerShell from the binary archive. Change the download URL to
117117
match the version you want to install.
118118

119119
```sh
120120
# Download the powershell '.tar.gz' archive
121-
curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-arm64.tar.gz
121+
curl -L -o /tmp/powershell.tar.gz https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/powershell-7.6.0-osx-arm64.tar.gz
122122

123123
# Create the target folder where powershell is placed
124124
sudo mkdir -p /usr/local/microsoft/powershell/7
@@ -190,10 +190,10 @@ can't support those methods. For more information, see [Alternate ways to instal
190190
[10]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-arm64.tar.gz
191191
[11]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-x64.pkg
192192
[12]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/powershell-7.5.5-osx-x64.tar.gz
193-
[13]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-arm64.pkg
194-
[14]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-arm64.tar.gz
195-
[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-x64.pkg
196-
[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/powershell-7.6.0-rc.1-osx-x64.tar.gz
193+
[13]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/powershell-7.6.0-osx-arm64.pkg
194+
[14]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/powershell-7.6.0-osx-arm64.tar.gz
195+
[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/powershell-7.6.0-osx-x64.pkg
196+
[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/powershell-7.6.0-osx-x64.tar.gz
197197
[17]: https://specifications.freedesktop.org/basedir/latest/
198198
[18]: https://support.apple.com/102445
199199
[19]: PowerShell-Support-Lifecycle.md

reference/docs-conceptual/install/install-powershell-on-windows-iot-nano.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on Windows IoT and Nano Server.
3-
ms.date: 03/12/2026
3+
ms.date: 03/18/2026
44
title: Install PowerShell 7 on Windows IoT and Nano Server
55
---
66
# Install PowerShell 7 on Windows IoT and Nano Server
@@ -14,7 +14,7 @@ Windows 11 IoT Enterprise comes with Windows PowerShell, which is used to deploy
1414
```powershell
1515
# Replace the placeholder information for the following variables:
1616
$deviceip = '<device ip address>'
17-
$zipfile = 'PowerShell-7.5.5-win-arm64.zip'
17+
$zipfile = 'PowerShell-7.6.0-win-arm64.zip'
1818
$downloadfolder = 'U:\Users\Administrator\Downloads'
1919
# The download location is local to the device.
2020
# There should be enough space for the zip file and the unzipped contents.
@@ -28,10 +28,10 @@ Copy-Item $zipfile -Destination $downloadfolder -ToSession $S
2828
#Connect to the device and expand the archive
2929
Enter-PSSession $S
3030
Set-Location U:\Users\Administrator\Downloads
31-
Expand-Archive .\PowerShell-7.5.5-win-arm64.zip
31+
Expand-Archive .\PowerShell-7.6.0-win-arm64.zip
3232
3333
# Set up remoting to PowerShell 7
34-
Set-Location .\PowerShell-7.5.5-win-arm64
34+
Set-Location .\PowerShell-7.6.0-win-arm64
3535
# Be sure to use the -PowerShellHome parameter otherwise it tries to create a new
3636
# endpoint with Windows PowerShell 5.1
3737
.\Install-PowerShellRemoting.ps1 -PowerShellHome .
@@ -43,7 +43,7 @@ PowerShell has to restart WinRM. Now you can connect to PowerShell 7 endpoint on
4343
```powershell
4444
4545
# Be sure to use the -Configuration parameter. If you omit it, you connect to Windows PowerShell 5.1
46-
Enter-PSSession -ComputerName $deviceIp -Credential Administrator -Configuration PowerShell.7.5.5
46+
Enter-PSSession -ComputerName $deviceIp -Credential Administrator -Configuration PowerShell.7.6.0
4747
```
4848

4949
Windows 11 IoT Core adds Windows PowerShell when you include _IOT_POWERSHELL_ feature. Use Windows
@@ -87,15 +87,15 @@ Deploy PowerShell to Nano Server using the following steps.
8787
# Replace the placeholder information for the following variables:
8888
$ipaddr = '<Nano Server IP address>'
8989
$credential = Get-Credential # <An Administrator account on the system>
90-
$zipfile = 'PowerShell-7.5.5-win-x64.zip'
90+
$zipfile = 'PowerShell-7.6.0-win-x64.zip'
9191
# Connect to the built-in instance of Windows PowerShell
9292
$session = New-PSSession -ComputerName $ipaddr -Credential $credential
9393
# Copy the file to the Nano Server instance
9494
Copy-Item $zipfile C:\ -ToSession $session
9595
# Enter the interactive remote session
9696
Enter-PSSession $session
9797
# Extract the ZIP file
98-
Expand-Archive -Path C:\PowerShell-7.5.5-win-x64.zip -DestinationPath 'C:\Program Files\PowerShell 7'
98+
Expand-Archive -Path C:\PowerShell-7.6.0-win-x64.zip -DestinationPath 'C:\Program Files\PowerShell 7'
9999
```
100100

101101
## Supported versions of Windows
@@ -115,4 +115,4 @@ can't support those methods.
115115
<!-- link references -->
116116
[01]: /windows-server/get-started/deploy-nano-server
117117
[02]: https://github.com/ms-iot/iot-adk-addonkit/blob/master/Tools/IoTCoreImaging/Docs/Import-PSCoreRelease.md#Import-PSCoreRelease
118-
[03]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-x64.zip
118+
[03]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/PowerShell-7.6.0-win-x64.zip

reference/docs-conceptual/install/install-powershell-on-windows.md

Lines changed: 20 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: How to install PowerShell on Windows
3-
ms.date: 03/12/2026
3+
ms.date: 03/18/2026
44
title: Install PowerShell 7 on Windows
55
---
66
# Install PowerShell 7 on Windows
@@ -48,10 +48,10 @@ winget search --id Microsoft.PowerShell
4848
```
4949

5050
```Output
51-
Name Id Version Source
52-
---------------------------------------------------------------
53-
PowerShell Microsoft.PowerShell 7.5.5.0 winget
54-
PowerShell Preview Microsoft.PowerShell.Preview 7.6.0.6 winget
51+
Name Id Version Source
52+
-----------------------------------------------------------------
53+
PowerShell Microsoft.PowerShell 7.6.0.0 winget
54+
PowerShell Preview Microsoft.PowerShell.Preview 7.6.0.101 winget
5555
```
5656

5757
Install PowerShell 7:
@@ -67,8 +67,7 @@ winget install --id Microsoft.PowerShell.Preview --source winget
6767
```
6868

6969
> [!NOTE]
70-
> On Windows systems using X86 or X64 processor, `winget` installs the MSI package. On systems using
71-
> the Arm64 processor, `winget` installs the Microsoft Store (MSIX) package.
70+
> On systems using the Arm64 processor, `winget` installs the Microsoft Store (MSIX) package.
7271
7372
### Install the MSI package
7473

@@ -77,15 +76,15 @@ package from GitHub.
7776

7877
Latest stable release:
7978

80-
- [PowerShell-7.5.5-win-x64.msi][15]
81-
- [PowerShell-7.5.5-win-x86.msi][17]
82-
- [PowerShell-7.5.5-win-arm64.msi][13]
79+
- [PowerShell-7.6.0-win-x64.msi][15]
80+
- [PowerShell-7.6.0-win-arm64.msi][13]
8381

82+
<!-- Update the links below to the latest preview release when available.
8483
Latest Preview release:
8584
8685
- [PowerShell-7.6.0-rc.1-win-x64.msi][20]
87-
- [PowerShell-7.6.0-rc.1-win-x86.msi][21]
8886
- [PowerShell-7.6.0-rc.1-win-arm64.msi][19]
87+
-->
8988

9089
Once downloaded, double-click the installer file and follow the prompts.
9190

@@ -128,7 +127,7 @@ installation options:
128127
The following example shows how to silently install PowerShell with all the install options enabled.
129128

130129
```powershell
131-
msiexec.exe /package PowerShell-7.5.5-win-x64.msi /quiet ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ENABLE_PSREMOTING=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1 ADD_PATH=1
130+
msiexec.exe /package PowerShell-7.6.0-win-x64.msi /quiet ADD_EXPLORER_CONTEXT_MENU_OPENPOWERSHELL=1 ADD_FILE_CONTEXT_MENU_RUNPOWERSHELL=1 ENABLE_PSREMOTING=1 REGISTER_MANIFEST=1 USE_MU=1 ENABLE_MU=1 ADD_PATH=1
132131
```
133132

134133
For a full list of command-line options for `Msiexec.exe`, see [Command line options][05].
@@ -138,9 +137,8 @@ For a full list of command-line options for `Msiexec.exe`, see [Command line opt
138137
<a id="zip"></a>PowerShell binary ZIP archives are provided to enable advanced deployment scenarios.
139138
Download one of the following ZIP archives from the [current release][22] page.
140139

141-
- [PowerShell-7.5.5-win-x64.zip][16]
142-
- [PowerShell-7.5.5-win-x86.zip][18]
143-
- [PowerShell-7.5.5-win-arm64.zip][14]
140+
- [PowerShell-7.6.0-win-x64.zip][16]
141+
- [PowerShell-7.6.0-win-arm64.zip][14]
144142

145143
Depending on how you download the file you may need to unblock the file using the `Unblock-File`
146144
cmdlet. Unzip the contents to the location of your choice and run `pwsh.exe` from there. Unlike
@@ -175,7 +173,7 @@ Benefits of the Microsoft Store package:
175173

176174
- Automatic updates built right into Windows
177175
- Integrates with other software distribution mechanisms like Intune and Configuration Manager
178-
- Can install on Windows systems using x86, x64, or Arm64 processors
176+
- Can install on Windows systems using x64 or Arm64 processors
179177

180178
#### Limitations of a Store-based installation
181179

@@ -253,8 +251,8 @@ If you aren't sure how PowerShell was installed, you can check the value of the
253251
which always points to the directory containing PowerShell that the current session is running.
254252

255253
- If the value is `$HOME\.dotnet\tools`, PowerShell was installed with the [.NET Global tool][08].
256-
- If the value is `$Env:ProgramFiles\PowerShell\7`, PowerShell was installed as an
257-
[MSI package][09] or with [WinGet][11] on a computer with an X86 or x64 processor.
254+
- If the value is `$Env:ProgramFiles\PowerShell\7`, PowerShell was installed as an [MSI package][09]
255+
or with [WinGet][11] on a computer with an x64 processor.
258256
- If the value starts with `$Env:ProgramFiles\WindowsApps\`, PowerShell was installed as a
259257
[Microsoft Store package][10] or with [WinGet][11] on computer with an ARM processor.
260258
- If the value is anything else, it's likely that PowerShell was installed as a [ZIP package][12].
@@ -323,15 +321,10 @@ can't support those methods.
323321
[10]: #msstore
324322
[11]: #winget
325323
[12]: #zip
326-
[13]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-arm64.msi
327-
[14]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-arm64.zip
328-
[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-x64.msi
329-
[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-x64.zip
330-
[17]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-x86.msi
331-
[18]: https://github.com/PowerShell/PowerShell/releases/download/v7.5.5/PowerShell-7.5.5-win-x86.zip
332-
[19]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/PowerShell-7.6.0-rc.1-win-arm64.msi
333-
[20]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/PowerShell-7.6.0-rc.1-win-x64.msi
334-
[21]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0-rc.1/PowerShell-7.6.0-rc.1-win-x86.msi
324+
[13]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/PowerShell-7.6.0-win-arm64.msi
325+
[14]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/PowerShell-7.6.0-win-arm64.zip
326+
[15]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/PowerShell-7.6.0-win-x64.msi
327+
[16]: https://github.com/PowerShell/PowerShell/releases/download/v7.6.0/PowerShell-7.6.0-win-x64.zip
335328
[22]: https://github.com/PowerShell/PowerShell/releases/latest
336329
[23]: https://www.microsoft.com/store/apps/9MZ1SNWT0N5D
337330
[24]: media/install-powershell-on-windows/powershell-start-menu.png

0 commit comments

Comments
 (0)