PowerShell:微软开发的命令行外壳(shell)与脚本语言,常用于 Windows 系统管理、自动化运维与配置管理(也可跨平台运行于 macOS/Linux 的 PowerShell 版本中)。也常指其运行环境/终端程序本身。
/ˈpaʊərˌʃɛl/
I used PowerShell to rename hundreds of files.
我用 PowerShell 给几百个文件批量重命名。
PowerShell scripts can automate server deployments, gather logs, and enforce security policies across an entire network.
PowerShell 脚本可以自动化服务器部署、收集日志,并在整个网络范围内执行安全策略。
PowerShell 由 “power”(强调强大能力/自动化)+ “shell”(命令行外壳)组合而来,是微软为其任务自动化与配置管理工具起的产品名;最初与 Windows 管理体系(如 .NET 与管理对象/命令体系)紧密结合,后来发展为更通用的自动化平台。