Sto seguendo le istruzioni da Uso di PowerShell per connettersi e configurare un dispositivo che esegue Windows 10 IoT Core per accedere a Raspberry Pi 2 con Windows 10 IoT tramite PowerShell.
PS C:\> Enter-PSSession -ComputerName minwinpc -Credential minwinpc\Administrator
Questo quindi apre una finestra in cui inserisco la password predefinita.
Quindi dopo circa due minuti, fallisce
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 è, ovviamente, attivo e funzionante e posso accedere al sito Web all'indirizzo http: // minwinpc: 8080
Il PC di sviluppo ha Windows 8.1 ed è nella stessa sottorete di Raspberry Pi 2.
Ho già provato tutti i passaggi con l'indirizzo IP anziché il nome host, ma dà lo stesso errore.
-Port
bandiera e aggiungere la porta (controlla le impostazioni del firewall sulla tua macchina (e) e router, a volte queste cose sono impostate per impedire l'accesso remoto.)