WindowsPowerShellISE是什么和PowerShell有什么区别PowerShell ISE 是什么
shell最简单脚本Windows PowerShell 集成脚本环境 (ISE) 是 Windows PowerShell 的主机应⽤程序。在 Windows PowerShell ISE 中,可以在单⼀Windows 图形⽤户界⾯中运⾏命令以及编写、测试和调试脚本,该⽤户界⾯具有多⾏编辑、Tab 补齐、语法着⾊、选择性执⾏、上下⽂相关帮助等功能,⽽且还⽀持从右到左书写语⾔。此主机应⽤程序最多还可以包括⼋个会话。可以⾃定义 Windows PowerShell ISE 的外观。Windows PowerShell ISE 还有⾃⼰的 Windows PowerShell 配置⽂件,您可以在其中存储在 Windows PowerShell ISE 中使⽤的函数、别名、变量和命令。可以使⽤菜单项和键盘快捷⽅式来执⾏可在 Windows PowerShell 控制台中执⾏的许多相同任务。例如,当您在Windows PowerShell ISE 中调试脚本时,若要在脚本中设置⾏断点,右键单击代码⾏,然后单击“切换断点”即可。powershell和cmd既有区别⼜有联系,cmd和powershell都可以做命令⾏交互,批处理和powershell脚本功能也相当,Windows PowerShell 是专为系统管理员设计的新 Windows 命令⾏ shell。Windows PowerShell 包括交互式提⽰和脚本环境,两者既可以独⽴使⽤也可以组合使⽤,与接受和返回⽂本的⼤多数 shell 不同,Windows PowerShell 是在 .NET Framework 公共语⾔运⾏时 (CLR) 和 .NET Framework 的基础上构建的,它接受和返回 .NET Framework 对象。环境中的这⼀根本更改带来了管理和配置 Windows 的全新⼯具和⽅法。Windows PowerShell 引⼊了cmdlet(读作“command-let”)的概念,这是内置到 shell 中的⼀个简单的单⼀功能命令⾏⼯具。可以分别使⽤每个 cmdlet,但是组合使⽤这些
简单的⼯具执⾏复杂任务时才发挥其作⽤。Windows PowerShell 包括⼀百多个基本的核⼼ cmdlet,您可以编写⾃⼰的 cmdlet 并与其他⽤户共享它们。与许多 shell ⼀样,Windows PowerShell 为您提供了对计算机上⽂件系统的访问。此外,使⽤ Windows PowerShell 提供程序还可以访问其他数据存储,如注册表和数字签名证书存储,就像访问⽂件系统⼀样容易。
运⾏
可以在 Windows左下⾓的搜索中,搜索 PowerShell 。
或者点击开始菜单,滚动下滑然后可以看到Windows PowerShell以及Windows PowerShell ISE的选项,也可以直接在搜索框输⼊ISE,回车
运⾏界⾯
当运⾏以后,可以看到下⾯的运⾏Windows PowerShell以及Windows PowerShell ISE的界⾯。
Windows PowerShell界⾯
运⾏Windows PowerShell ISE
相对在 PowerShell 运⾏界⾯中进⾏编辑和选择运⾏命令要⽅便快捷的多,Windows PowerShell ISE输⼊时还可以使⽤Tab快速补全,也可以⽅便的移动光标进⾏命令的选择和运⾏。
不同的系统Windows PowerShell和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 10中,若要启动 Windows PowerShell,请在“开始”菜单中的“程序”菜单中单击“Windows PowerShell”⽂件夹并点
击“Windows PowerShell ISE”项。
4. 在 Windows PowerShell 控制台、 或“运⾏”框中,键⼊“”。
在 Windows PowerShell ISE 中获取帮助
在 Windows PowerShell ISE 的“帮助”菜单中,单击“Windows PowerShell 帮助”,或者按 F1。
打开的⽂件介绍 Windows PowerShell ISE 和 Windows PowerShell,还包括 Get-Help cmdlet 提供的所有帮助。
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论