现在的位置: 首页 > 综合 > 正文

How run Powershell ISE on WIndows Server2008

2013年08月31日 ⁄ 综合 ⁄ 共 418字 ⁄ 字号 评论关闭
I can't image WS2008 can't run powershell ise,
C:/Users/Administrator>powershell_ise
'powershell_ise' is not recognized as an internal or external command,
operable program or batch file.
solution:
on powershell PS >
Get-Help about_Windows_PowerShell_ISE

import-module servermanager

get-windowsfeature
[ ] Windows PowerShell Integrated Scripting Environm... PowerShell-ISE

add-windowsfeature powershell-ise

抱歉!评论已关闭.