Skip to content

Commit 3e71e56

Browse files
authored
Fixes #12901 - Remove confusing aka.ms links for release channels (#12905)
* Remove confusing aka.ms links for release channels * Address Copilot feedback
1 parent 811f64a commit 3e71e56

File tree

3 files changed

+15
-23
lines changed

3 files changed

+15
-23
lines changed

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

Lines changed: 4 additions & 2 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/18/2026
3+
ms.date: 03/30/2026
44
title: Install PowerShell 7 on Windows
55
---
66
# Install PowerShell 7 on Windows
@@ -32,7 +32,9 @@ different scenarios and workflows. Choose the method that best suits your needs.
3232
<a id="winget"></a>WinGet, the Windows Package Manager, is a command-line tool that enables you to
3333
discover, install, upgrade, remove, and configure applications on Windows client computers. This
3434
tool is the client interface to the Windows Package Manager service. The `winget` command-line tool
35-
is included in Windows 11 and Windows Server 2025 as part of the **App Installer**.
35+
is included in Windows 11 and Windows Server 2025 as part of the **App Installer**. The `winget`
36+
command can be run from any command shell, including the Windows Command shell (`cmd.exe`), Windows
37+
PowerShell (`powershell.exe`), or PowerShell (`pwsh.exe`).
3638

3739
> [!NOTE]
3840
> See the [winget documentation][07] for a list of system requirements and install instructions.
Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
---
22
author: sdwheeler
33
ms.author: sewhee
4-
ms.date: 06/19/2025
4+
ms.date: 03/30/2026
55
ms.topic: include
66
---
77
<!-- markdownlint-disable first-line-h1 -->
88
> [!NOTE]
99
> The installation commands in this article are for the latest stable release of PowerShell. To
10-
> install a different version of PowerShell, adjust the command to match the version you need. The
11-
> following links direct you to the latest release page for each version on GitHub.
12-
>
13-
> - Stable release v7.5._x_: [https://aka.ms/powershell-release?tag=stable][03]
14-
> - LTS release v7.4._x_: [https://aka.ms/powershell-release?tag=lts][01]
15-
> - Preview release v7.6.0-preview._x_: [https://aka.ms/powershell-release?tag=preview][02]
16-
>
17-
> Download links for every package are found in the **Assets** section of the Release page. The
10+
> install a different version of PowerShell, adjust the command to match the version you need. Open
11+
> the [Release tags page][01] on GitHub. Select the tag for the release version you want to install.
12+
> The download links for every package are found in the **Assets** section of the release. The
1813
> **Assets** section may be collapsed, so you may need to click to expand it.
1914
2015
<!-- link references -->
21-
[01]: https://aka.ms/powershell-release?tag=lts
22-
[02]: https://aka.ms/powershell-release?tag=preview
23-
[03]: https://aka.ms/powershell-release?tag=stable
16+
[01]: https://github.com/PowerShell/PowerShell/tags
Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
---
22
author: sdwheeler
33
ms.author: sewhee
4-
ms.date: 03/06/2026
4+
ms.date: 03/30/2026
55
ms.topic: include
66
---
77
<!-- markdownlint-disable first-line-h1 -->
88
Microsoft supports PowerShell until [PowerShell reaches end-of-support][lifecycle] or the version of
99
[Windows reaches end-of-support][eol-windows].
1010

1111
The Docker images for the .NET SDK contain the latest versions of PowerShell. These images are
12-
available from the [Microsoft Artifact Registry][mcr].
13-
14-
These images may not have the latest security updates. Microsoft recommends that you update the OS
15-
packages to the latest version to ensure the latest security updates are applied.
16-
17-
These images are provided for testing purposes. If you need a Docker image for a production
18-
workload, you should build and maintain your own.
12+
available from the [Microsoft Artifact Registry][mcr]. These images may not have the latest security
13+
updates. Microsoft recommends that you update the OS packages to the latest version to ensure the
14+
latest security updates are applied. These images are provided for testing purposes. If you need a
15+
Docker image for a production workload, you should build and maintain your own image.
1916

2017
> [!NOTE]
2118
> Support for a specific version of Windows is determined by the Microsoft Support Lifecycle
@@ -28,4 +25,4 @@ workload, you should build and maintain your own.
2825
[eol-windows]: /lifecycle/products/?terms=Windows%20Server&products=windows
2926
[client-faq]: /lifecycle/faq/windows
3027
[modern]: /lifecycle/policies/modern
31-
[mcr]: https://mcr.microsoft.com/product/powershell/tags
28+
[mcr]: https://mcr.microsoft.com/artifact/mar/dotnet/sdk/tags

0 commit comments

Comments
 (0)