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

执行下面的 PS 就好了。 特别是 第三行在执行的时候选择 [A]

 

Set-ExecutionPolicy "AllSigned"

Enable-PSRemoting
Set-item wsman:localhost\client\trustedhosts -value "localhost"
 
winrm quickconfig
winrm set winrm/config/client '@{TrustedHosts="localhost"}'

你可能感兴趣的:(apache)