Afin de bien comprendre les différentes versions de Powershell, vous trouverez ci-dessous la terminologie (en anglais) : | |
PowerShell | This is the default. We are shipping PowerShell. The term PowerShell can be legitimately used to indicate any of the particular editions. This can be used to refer to the language, framework and default cmdlets, etc. |
PowerShell Core (PSCore) |
PowerShell built on .NET Core Common Language Runtime (CoreCLR) for any of the platforms. |
PowerShell on XYZ (eg. PowerShell on Linux) |
PowerShell Core built for a particular platform. It can be used to the level of detail desired. Such as “PowerShell on Linux” in the broad sense, or specific such as “PowerShell on Ubuntu 16.04”. |
Windows PowerShell | PowerShell built on .NET Common Language Runtime (CLR). Windows PowerShell ships only on Windows and requires the complete CLR. |