执行下面的 PS 就好了。 特别是 第三行在执行的时候选择 [A] Set-ExecutionPolicy "AllSigned"
执行下面的 PS 就好了。 特别是 第三行在执行的时候选择 [A]
Set-ExecutionPolicy "AllSigned"
Enable-PSRemoting
Set-item wsman:localhostclient rustedhosts -value "localhost"
winrm quickconfig
winrm set winrm/config/client '@{TrustedHosts="localhost"}'