博文背景 WinRM是个好东西,可是我在探索如何开启它的过程中遇到了各种各样的麻烦 具体操作 阿里服务端: Enable-PSRemoting -Force; 本地客户端: Set-Item -Force -Path wsman:\localhost\client\trustedhosts -Value '*'; Restart-Service WinRM;