ฉันทำตามคำแนะนำจากการใช้ PowerShell เพื่อเชื่อมต่อและกำหนดค่าอุปกรณ์ที่ใช้ Windows 10 IoT Coreเพื่อเข้าถึง Raspberry Pi 2 ของฉันกับ Windows 10 IoT ผ่าน PowerShell
PS C:\> Enter-PSSession -ComputerName minwinpc -Credential minwinpc\Administrator
จากนั้นจะเปิดหน้าต่างที่ฉันป้อนรหัสผ่านเริ่มต้น
จากนั้นประมาณสองนาทีก็ล้มเหลวด้วย
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
พีซีสำหรับการพัฒนามี windows 8.1 และอยู่ในซับเน็ตเดียวกันกับ Raspberry Pi 2
ฉันลองทำตามขั้นตอนทั้งหมดด้วยที่อยู่ IP แทนชื่อโฮสต์แล้ว แต่ก็ให้ข้อผิดพลาดเดียวกัน
-Port
ธงและการเพิ่มพอร์ต (ตรวจสอบการตั้งค่าไฟร์วอลล์บนเครื่องของคุณ (s) และเราเตอร์บางครั้งสิ่งเหล่านี้จะถูกตั้งค่าให้ไม่อนุญาตการเข้าถึงระยะไกล.)