我正在按照使用PowerShell连接和配置运行Windows 10 IoT核心的设备上的说明通过PowerShell通过Windows 10 IoT访问我的Raspberry Pi 2。
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
开发PC具有Windows 8.1,并且与Raspberry Pi 2在同一子网中。
我已经尝试了使用IP地址而不是主机名的所有步骤,但是它给出了相同的错误。
您正在使用x86 powershell吗?使用x64 Powershell时遇到了类似的问题,但是使用x86却没有显示问题。
—
silwal
您解决了这个问题吗?
—
Piotr Kula 2016年
不,仍然被卡住。
—
夹紧
对于现在以后才遇到此问题的任何人,请安装并使用“ Windows IoT Core仪表板”。它可以列出本地运行的IoT-Core设备,并单击鼠标右键即可通过Shares,Powershell等直接访问(需要登录)
—
David Jones
-Port
标志并添加端口(检查计算机和路由器上的防火墙设置,有时将这些设置为禁止远程访问。)