ndemou Asked: 2021-01-29 01:24:49 +0800 CST2021-01-29 01:24:49 +0800 CST 2021-01-29 01:24:49 +0800 CST PowerShell Desktop 和 PowerShell Core 有什么区别 772 正如标题所说:PowerShell 5.1 和 PowerShell 7 有什么区别? powershell 1 个回答 Voted Best Answer ndemou 2021-01-29T01:24:49+08:002021-01-29T01:24:49+08:00 TLDR:PowerShell Core 是 PowerShell Desktop v5 的多平台分支。PowerShell Desktop v5 将只接收错误修复,所有未来的开发都将在 Core 上进行。但是,Desktop PowerShell 的某些功能仍然没有在 Core v7 中找到它们的方式。因此,对于这些功能,您仍然需要 PowerShell Desktop v5.1。微软似乎致力于缩小 PowerShell Desktop 和 Core 之间的功能差距。 长版 PowerShell AKA Windows PowerShell , PowerShell Desktop , PowerShell v1 到 v5:它是并且将继续是一个非常稳定的平台,不会进行重大修改或获得新功能。Microsoft 将只为 Windows PowerShell 提供错误修复和安全更新。 PowerShell Core AKA PowerShell v6,7,…:它是多平台的(Linux、Mac、Windows),它是一款将获得所有新功能的产品。所以这应该是那些想要拥有最新和最强大功能的人的选择。PowerShell Core 的第一个版本(ver5.1 与 Windows Server 2016 Nano Server 捆绑在一起)是 Windows PowerShell 5 的一个分支,没有它的所有功能。即使在 Windows 版本的 PowerShell Core 6 中,也缺少在 v5 中找到的许多 cmdlet。不仅如此,还缺少整个模块。另一方面,许多新功能、cmdlet 和模块首先出现在 v6 和 v7 中,并且所有新功能都将仅针对 PowerShell Core 开发。微软在 v7 的公告中写道“PowerShell 7 的一大重点是使其成为 Windows PowerShell 5.1 的可行替代品。这意味着它必须与 Windows PowerShell 在与 Windows 附带的模块的兼容性方面接近同等水平。” [此答案基于维基百科和 http://techgenix.com/powershell-core/]
TLDR:PowerShell Core 是 PowerShell Desktop v5 的多平台分支。PowerShell Desktop v5 将只接收错误修复,所有未来的开发都将在 Core 上进行。但是,Desktop PowerShell 的某些功能仍然没有在 Core v7 中找到它们的方式。因此,对于这些功能,您仍然需要 PowerShell Desktop v5.1。微软似乎致力于缩小 PowerShell Desktop 和 Core 之间的功能差距。
长版
PowerShell AKA Windows PowerShell , PowerShell Desktop , PowerShell v1 到 v5:它是并且将继续是一个非常稳定的平台,不会进行重大修改或获得新功能。Microsoft 将只为 Windows PowerShell 提供错误修复和安全更新。
PowerShell Core AKA PowerShell v6,7,…:它是多平台的(Linux、Mac、Windows),它是一款将获得所有新功能的产品。所以这应该是那些想要拥有最新和最强大功能的人的选择。PowerShell Core 的第一个版本(ver5.1 与 Windows Server 2016 Nano Server 捆绑在一起)是 Windows PowerShell 5 的一个分支,没有它的所有功能。即使在 Windows 版本的 PowerShell Core 6 中,也缺少在 v5 中找到的许多 cmdlet。不仅如此,还缺少整个模块。另一方面,许多新功能、cmdlet 和模块首先出现在 v6 和 v7 中,并且所有新功能都将仅针对 PowerShell Core 开发。微软在 v7 的公告中写道“PowerShell 7 的一大重点是使其成为 Windows PowerShell 5.1 的可行替代品。这意味着它必须与 Windows PowerShell 在与 Windows 附带的模块的兼容性方面接近同等水平。”
[此答案基于维基百科和 http://techgenix.com/powershell-core/]