您的位置:首页 > 运维架构 > Apache

2008R2 无法安装 HDP Apache 系列服务解决方案

2014-01-03 02:07 375 查看
[code]执行下面的 PS 就好了。 特别是 第三行在执行的时候选择 [A]

 

Set-ExecutionPolicy "AllSigned"


Enable-PSRemoting


Set-item wsman:localhost\client\trustedhosts -value "localhost"


 


winrm quickconfig


winrm set winrm/config/client '@{TrustedHosts="localhost"}'

[/code]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐