Postępuję zgodnie z instrukcjami przy użyciu programu PowerShell, aby połączyć i skonfigurować urządzenie z systemem Windows 10 IoT Core, aby uzyskać dostęp do mojego Raspberry Pi 2 z Windows 10 IoT za pomocą PowerShell.
PS C:\> Enter-PSSession -ComputerName minwinpc -Credential minwinpc\Administrator
Następnie otwiera się okno, w którym wpisuję domyślne hasło.
Potem po około dwóch minutach nie działa
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 jest oczywiście gotowy do pracy i mogę uzyskać dostęp do strony internetowej pod adresem http: // minwinpc: 8080
Komputer programistyczny ma system Windows 8.1 i jest w tej samej podsieci co Raspberry Pi 2.
Próbowałem już wszystkich kroków z adresem IP zamiast nazwy hosta, ale daje ten sam błąd.
-Port
flagę i port (sprawdź ustawienia zapory na swoich maszynach i routerze, czasem te rzeczy uniemożliwiają zdalny dostęp).