मैं PowerShell के उपयोग से निर्देशों का पालन कर रहा हूं और अपने रास्पबेरी पाई 2 को विंडोज 10 IoT के साथ पावरशेल के माध्यम से एक्सेस करने के लिए विंडोज 10 IoT Core से चलने वाले डिवाइस को कनेक्ट करने और कॉन्फ़िगर करने के लिए ।
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
रास्पबेरी पाई 2, निश्चित रूप से, ऊपर और चल रही है और मैं http: // minwinpc: 8080 पर वेबसाइट तक पहुंच सकता हूं
विकास पीसी में विंडोज़ 8.1 है और यह रास्पबेरी पाई 2 के समान सबनेट में है।
मैंने पहले से ही होस्टनाम के बजाय आईपी पते के साथ सभी चरणों की कोशिश की, लेकिन यह एक ही त्रुटि देता है।
-Port
ध्वज को जोड़ने और बंदरगाह को जोड़ने की कोशिश कर सकते हैं (अपनी मशीन (रों) और राउटर पर फ़ायरवॉल सेटिंग्स की जाँच करें, कभी-कभी ये चीजें रिमोट एक्सेस को अस्वीकार करने के लिए सेट की जाती हैं।)