PowerShell을 통해 컴퓨터에 원격으로 연결하려고 하는데 다음 오류가 발생합니다.
WinRM client cannot process the request. If the authentication scheme is different from
Kerberos, or if the client computer is not joined to a domain, then HTTPS transport must be
used or the destination machine must be added to the TrustedHosts configuration setting. Use
winrm.cmd to configure TrustedHosts. Note that computers in the TrustedHosts list might not
be authenticated. You can get more information about that by running the following command:
winrm help config. For more information, see the about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ etsn <ip address here> -Credential '<username here>'
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (<ip address here>:String) [Enter-PSSession], PSRemoti
ngTransportException
+ FullyQualifiedErrorId : CreateRemoteRunspaceFailed
내 컴퓨터를 신뢰할 수 있는 호스트에 추가하려고 했지만 이 오류가 계속 발생합니다. PowerShell을 통해 다른 컴퓨터에 원격으로 어떻게 연결할 수 있나요?
답변1
원격 시스템에서 Enable-PSRemoting을 실행해야 할 수도 있습니다. 또한 원격 레지스트리 서비스가 원격 시스템에서도 실행되고 있는지 확인하십시오.