Windows PowerShell ISE

Windows PowerShell 集成脚本环境 (ISE) 是 Windows PowerShell 的主机应用程序。在 Windows PowerShell ISE 中,可以在单一 Windows 图形用户界面中运行命令以及编写、测试和调试脚本,该用户界面具有多行编辑、Tab 补齐、语法着色、选择性执行、上下文相关帮助等功能,而且还支持从右到左书写语言。此主机应用程序最多还可以包括八个会话。 可以自定义 Windows PowerShell ISE 的外观。Windows PowerShell ISE 还有自己的 Windows PowerShell 配置文件,您可以在其中存储在 Windows PowerShell ISE 中使用的函数、别名、变量和命令。

启动 Windows PowerShell ISE

  1. 在 Windows Vista、Windows Server 2008 和更高版本的 Windows 中,在“开始”菜单中,依次单击“开始”、“所有程序”、“附件”、“Windows PowerShell”文件夹和“Windows PowerShell ISE”项。
  2. 在 Windows XP 和 Windows Server 2003 中,若要启动 Windows PowerShell,请在“开始”菜单中依次单击“开始”、“程序”、“附件”、“Windows PowerShell”文件夹和“Windows PowerShell ISE”项。
  3. 在 Windows PowerShell 控制台、Cmd.exe 或“运行”框中,键入“powershell_ise.exe”。
在 Windows PowerShell ISE 中获取帮助
在 Windows PowerShell ISE 的“帮助”菜单中,单击“Windows PowerShell 帮助”,或者按 F1。
打开的文件介绍 Windows PowerShell ISE 和 Windows PowerShell,还包括 Get-Help cmdlet 提供的所有帮助
 
https://technet.microsoft.com/zh-cn/library/dd367962(v=vs.85)
 
原文地址:https://www.cnblogs.com/zangdalei/p/4979806.html