培训
学习路径
Windows PowerShell 入门 - Training
此学习路径介绍 Windows PowerShell,并提供产品功能的概述。 介绍如何打开和配置 Windows PowerShell、运行命令和使用其内置帮助系统。
Windows PowerShell 是一个嵌入到多个主机中的脚本引擎 。 启动的最常见主机是交互式命令行 powershell.exe
和交互式脚本环境 powershell_ise.exe
。
PowerShell 版本 6 及更高版本使用 .NET Core。 受支持的版本在 Windows、macOS 和 Linux 上可用。
自 PowerShell 6 起,PowerShell 二进制文件已分别重命名为 pwsh.exe
(适用于 Windows)和 pwsh
(适用于 macOS 和 Linux)。 可以使用 pwsh-preview
启动 PowerShell 预览版。 有关详细信息,请参阅关于 pwsh。
若要查找 PowerShell 7 的 cmdlet 参考文档和安装文档,请使用以下链接:
文档 | 链接 |
---|---|
Cmdlet 参考 | PowerShell 模块浏览器 |
Windows 安装 | 在 Windows 上安装 PowerShell |
macOS 安装 | 在 macOS 上安装 PowerShell |
Linux 安装 | 在 Linux 上安装 PowerShell |
若要查看其他 PowerShell 版本的相关内容,请参阅如何使用 PowerShell 文档。
在 Windows Command shell、Windows PowerShell 或 Windows PowerShell ISE 中,若要启动 Windows PowerShell,请键入:PowerShell
。
你还可以使用 powershell.exe
程序的参数来自定义会话。 有关详细信息,请参阅 PowerShell.exe 命令行帮助。
打开“开始”菜单,键入 Windows PowerShell,选择“Windows PowerShell”,然后选择“以管理员身份运行”。
使用以下任一方法启动 Windows PowerShell ISE。
在 Windows Command shell、Windows PowerShell 或 Windows PowerShell ISE 中,若要启动 Windows PowerShell,请键入:PowerShell_ISE
。 在 Windows PowerShell 中,可以使用别名 ise
。
单击“开始”,键入 ISE,右键单击“Windows PowerShell ISE”,然后单击“以管理员身份运行”。
使用 64 位计算机时,除了安装 64 位版本之外,还会安装 32 位版本的 Windows PowerShell,即 Windows PowerShell (x86)。 运行 Windows PowerShell 时,默认运行 64 位版。
但是,有时可能需要运行 Windows PowerShell (x86),例如使用需要 32 位版本的模块时,或者远程连接到 32 位计算机时。
若要启动 32 位版本的 Windows PowerShell,请使用以下任何过程。
培训
学习路径
Windows PowerShell 入门 - Training
此学习路径介绍 Windows PowerShell,并提供产品功能的概述。 介绍如何打开和配置 Windows PowerShell、运行命令和使用其内置帮助系统。
文档
Windows PowerShell ISE 简介 - PowerShell
PowerShell ISE 是 Windows PowerShell 的主机应用程序,可以在单个基于 Windows 的图形用户界面中运行命令并编写、测试和调试脚本。
Windows PowerShell 5.1 和 PowerShell 7.x 之间的差异 - PowerShell
本文总结了 Windows PowerShell 5.1 与基于 .NET Core 的当前版本 PowerShell 之间的差异及重大变更。
使用 Visual Studio Code 进行 PowerShell 开发 - PowerShell
使用 Visual Studio Code 进行 PowerShell 开发
about_PowerShell_Editions - PowerShell
不同版本的 PowerShell 在不同的基础运行时上运行。