.net - 什么是 Powershell(dotnet global)

标签 .net azure powershell installation module

我正在学习 powershell 教程,其中编写了以下代码:

dotnet tool install --global PowerShell

我尝试了代码 - 发现它安装了一个名为 Powershell(dotnet global)

我的问题是它是另一个版本的 powershell 或模块或工具还是什么? 另一个问题是,如果没有这个 Powershell(dotnet global) – 我将无法安装任何模块吗?

我正在使用 Windows 终端,该内容如下图所示 reference for powershell(dotnet global)

最佳答案

您已安装 Windows PowerShell 的后继者 PowerShell(以前称为 PowerShell 核心)。

关于.net - 什么是 Powershell(dotnet global),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/73730234/

相关文章:

json - ConvertFrom-Json PowerShell Cmdlet 不解析整个 JSON 对象

azure - 如何在 Powershell 中向 Azure AAD 应用程序授予管理员同意?

.net - 在 .net 中设置 Windows 服务描述的最佳方法是什么

azure - F# Azure Function 的 Cosmos DB 绑定(bind)无法绑定(bind)

c# - 在扩展方法中渲染部分失败

python - 如何读取 Databricks 中的 Azure CosmosDb 集合并写入 Spark DataFrame

Azure - 查询 2 亿个实体

windows - 写一个只有 UTF-8 BOM 的空文件

.net - 对两个或多个值排序常规列表

c# - 如何以安全的方式获取弱引用的目标