Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
37 lines (31 loc) · 1.83 KB

what-is-windows-powershell.md

File metadata and controls

37 lines (31 loc) · 1.83 KB
description ms.date ms.topic title
This article explains the difference between Windows PowerShell and PowerShell.
03/07/2024
overview
What is Windows PowerShell?

What is Windows PowerShell?

Windows PowerShell and PowerShell are two separate products.

  • Windows PowerShell is the version of PowerShell that ships in Windows. This version of PowerShell uses the full .NET Framework, which only runs on Windows. The latest version is Windows PowerShell 5.1. Microsoft is no longer updating Windows PowerShell with new features. Support for Windows PowerShell is tied to the version of Windows you are using.

  • PowerShell is built on the new versions of .NET instead of the .NET Framework and runs on Windows, Linux, and macOS. Support for PowerShell is based on the version of .NET that it was built on. For more information about the support lifecycle for PowerShell, see the PowerShell support lifecycle documentation.

Further reading