Skip to content
Merged
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
@@ -1,6 +1,6 @@
---
description: Information about installing PowerShell on Windows
ms.date: 07/24/2024
ms.date: 08/20/2024
title: Installing PowerShell on Windows
---
# Installing PowerShell on Windows
Expand Down Expand Up @@ -29,7 +29,7 @@ different scenarios and workflows. Choose the method that best suits your needs.
> Download links for every package are found in the **Assets** section of the Release page. The
> **Assets** section may be collapsed, so you may need to click to expand it.

## <a id="winget" />Install PowerShell using Winget (recommended)
## <a id="winget">Install PowerShell using Winget (recommended)</a>

Winget, the Windows Package Manager, is a command-line tool enables users to discover, install,
upgrade, remove, and configure applications on Windows client computers. This tool is the client
Expand Down Expand Up @@ -71,7 +71,7 @@ winget install --id Microsoft.Powershell.Preview --source winget
> the Arm64 processor, `winget` installs the Microsoft Store (MSIX) package. For more information,
> see [Installing from the Microsoft Store][17].

## <a id="msi" />Installing the MSI package
## <a id="msi">Installing the MSI package</a>

To install PowerShell on Windows, use the following links to download the install package from
GitHub.
Expand Down Expand Up @@ -153,7 +153,7 @@ msiexec.exe /package PowerShell-7.4.5-win-x64.msi /quiet ADD_EXPLORER_CONTEXT_ME
For a full list of command-line options for `Msiexec.exe`, see
[Command line options][12].

## <a id="zip" />Installing the ZIP package
## <a id="zip">Installing the ZIP package</a>

PowerShell binary ZIP archives are provided to enable advanced deployment scenarios. Download one of
the following ZIP archives from the [current release][23] page.
Expand All @@ -171,7 +171,7 @@ Use this method to install the ARM-based version of PowerShell on computers like
Surface Pro X. For best results, install PowerShell to the to `$env:ProgramFiles\PowerShell\7`
folder.

## <a id="dotnet" />Install as a .NET Global tool
## <a id="dotnet">Install as a .NET Global tool</a>

If you already have the [.NET Core SDK][05] installed, you can install PowerShell as a
[.NET Global tool][06].
Expand All @@ -184,7 +184,7 @@ The dotnet tool installer adds `$HOME\.dotnet\tools` to your `$env:PATH` environ
However, the currently running shell doesn't have the updated `$env:PATH`. You can start PowerShell
from a new shell by typing `pwsh`.

## <a id="msstore" />Installing from the Microsoft Store
## <a id="msstore">Installing from the Microsoft Store</a>

PowerShell can be installed from the Microsoft Store. You can find the PowerShell release in the
[Microsoft Store][33] site or in the Store application in Windows.
Expand Down
10 changes: 5 additions & 5 deletions reference/docs-conceptual/install/PowerShell-on-ARM.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: PowerShell on Arm-based systems
ms.date: 05/16/2024
ms.date: 08/28/2024
title: PowerShell on Arm-based systems
---

Expand All @@ -22,8 +22,8 @@ Arm versions of PowerShell 7.4 can be installed on the following platforms:
| Windows 11 Client Version 22000+ | Arm64 | [Windows][05] |
| Windows 10 Client Version 1607+ | Arm64 | [Windows][05] |
| macOS | Arm64 | [macOS][04] |
| Raspberry Pi OS (Debian 10) | Arm32 | [Raspberry Pi OS][08] and [Debian][06] |
| Ubuntu 22.04, 20.04, 18.04 | Arm32 | [Ubuntu][07] |
| Raspberry Pi OS (Debian 12) | Arm32 | [Raspberry Pi OS][08] and [Debian][06] |
| Ubuntu 22.04, 20.04 | Arm32 | [Ubuntu][07] |

Support is based on the [.NET 8.0 Supported OS Lifecycle Policy][03].

Expand All @@ -36,8 +36,8 @@ Arm versions of PowerShell 7.2 can be installed on the following platforms:
| Windows 11 Client Version 22000+ | Arm64 | [Windows][05] |
| Windows 10 Client Version 1607+ | Arm64 | [Windows][05] |
| macOS | Arm64 | [macOS][04] |
| Raspberry Pi OS (Debian 10) | Arm32 | [Raspberry Pi OS][08] and [Debian][06] |
| Ubuntu 22.04, 20.04, 18.04 | Arm32 | [Ubuntu][07] |
| Raspberry Pi OS (Debian 12) | Arm32 | [Raspberry Pi OS][08] and [Debian][06] |
| Ubuntu 22.04, 20.04 | Arm32 | [Ubuntu][07] |

Support is based on the [.NET 6.0 Supported OS Lifecycle Policy][02].

Expand Down
2 changes: 1 addition & 1 deletion reference/docs-conceptual/install/install-alpine.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Information about installing PowerShell on Alpine Linux
ms.date: 07/24/2024
ms.date: 08/20/2024
title: Installing PowerShell on Alpine Linux
---
# Installing PowerShell on Alpine Linux
Expand Down
2 changes: 1 addition & 1 deletion reference/docs-conceptual/install/install-debian.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Information about installing PowerShell on Debian Linux
ms.date: 07/24/2024
ms.date: 08/20/2024
title: Installing PowerShell on Debian
---
# Installing PowerShell on Debian
Expand Down
2 changes: 1 addition & 1 deletion reference/docs-conceptual/install/install-other-linux.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Information about installing PowerShell on various Linux distributions
ms.date: 07/24/2024
ms.date: 08/20/2024
title: Alternate ways to install PowerShell on Linux
---
# Alternate ways to install PowerShell on Linux
Expand Down
2 changes: 1 addition & 1 deletion reference/docs-conceptual/install/install-rhel.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Information about installing PowerShell on Red Hat Enterprise Linux (RHEL)
ms.date: 07/24/2024
ms.date: 08/20/2024
title: Installing PowerShell on Red Hat Enterprise Linux (RHEL)
---
# Installing PowerShell on Red Hat Enterprise Linux (RHEL)
Expand Down
2 changes: 1 addition & 1 deletion reference/docs-conceptual/install/install-ubuntu.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
description: Information about installing PowerShell on Ubuntu
ms.date: 07/24/2024
ms.date: 08/20/2024
title: Installing PowerShell on Ubuntu
---
# Installing PowerShell on Ubuntu
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### YamlMime:FAQ
metadata:
ms.date: 07/24/2024
ms.date: 08/20/2024
title: Microsoft Update for PowerShell FAQ
description: Frequently asked questions about the using Microsoft Update to update PowerShell
ms.topic: faq
Expand Down