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の Webサイトにアクセスできます。
開発用PCにはWindows 8.1があり、Raspberry Pi 2と同じサブネットにあります。
ホスト名の代わりにIPアドレスを使用してすべての手順をすでに試しましたが、同じエラーが発生します。
-Port
フラグを、ポートの追加(マシン(複数可)とルータのファイアウォールの設定を確認し、時々これらの事は、リモートアクセスを許可しないように設定されている。)