PowerShell ISE:Windows Server 2008 R2默认不安装,需要手动安装,在PowerShell运行如下两段脚本:
Import-Module ServerManager
Add-Windowsfeature PowerShell-ISE
检查是否安装的脚本:
get-windowsfeature *ise*
目标目录:C:\Windows\system32\WindowsPowerShell\v1.0\powershell_ise.exe
PowerShell ISE:Windows Server 2008 R2默认不安装,需要手动安装,在PowerShell运行如下两段脚本:
Import-Module ServerManager
Add-Windowsfeature PowerShell-ISE
检查是否安装的脚本:
get-windowsfeature *ise*
目标目录:C:\Windows\system32\WindowsPowerShell\v1.0\powershell_ise.exe
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。