PowerShell을 사용하여 Windows 10 IoT Core 를 실행하는 장치를 연결하고 구성하여 PowerShell을 통해 Windows 10 IoT로 Raspberry Pi 2에 액세스 하는 지침을 따르고 있습니다.
PS C:\> Enter-PSSession -ComputerName minwinpc -Credential minwinpc\Administrator
그러면 기본 비밀번호를 입력하는 창이 열립니다.
그런 다음 약 2 분 후에 실패합니다
Enter-PSSession : Processing data from remote server minwinpc failed with the following error message: The WinRM
client cannot process the request because the server name cannot be resolved. For more information, see the
about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ Enter-PSSession -ComputerName minwinpc -Credential minwinpc\Administrator
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (minwinpc:String) [Enter-PSSession], PSRemotingTransportException
+ FullyQualifiedErrorId : CreateRemoteRunspaceFailed
Raspberry Pi 2는 물론 작동하며 웹 사이트 http : // minwinpc : 8080에 액세스 할 수 있습니다 .
개발 PC에는 Windows 8.1이 있으며 Raspberry Pi 2와 동일한 서브넷에 있습니다.
호스트 이름 대신 IP 주소로 모든 단계를 이미 시도했지만 동일한 오류가 발생합니다.
-Port
플래그를 추가하고 포트를 추가 할 수 있습니까 (시스템 및 라우터의 방화벽 설정을 확인하십시오. 원격 액세스를 허용하지 않는 경우도 있습니다)