导航

【HOW】如何安装Powershell ISE

Posted on 2014-02-10 10:16  FryFish  阅读(706)  评论(0)    收藏  举报

Windows PowerShell ISE 是一项可选功能,它需要预先安装 .Net Framework 3.51。

要在Windows Server 2008 R2中安装Windows PowerShell ISE,可运行增加功能向导,或执行如下PowerShell命令:

Import-Module ServerManager; Add-WindowsFeature PowerShell-ISE

参考:http://technet.microsoft.com/en-us/library/dd759217.aspx