Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Thursday, April 30, 2015 2:00 PM | 2 votes
So far, my installation of Windows 10 IoT Technical Preview on a Raspberry Pi went successfully.
I get the 'default app' with an IP address 192.168.1.20.
Ping is avg. 1 ms.
The 'get started' manual stated the IP address must be added to the trustedhosts, so I did.
When issuing the command 'Enter-PsSession -ComputerName 192.168.1.20 -Credential Administrator' from the PS prompt, it responds by asking for a password. The username 'Administrator' is allready filled in, as expected.
Default password should be 'p@ssw0rd', but this doesn't work. I get an 'Access denied' answer.
Is the default password in the documentation incorrect? Is it possible to change the password by reconnecting the SD card to my Windows 10 client machine?
All replies (10)
Thursday, April 30, 2015 4:47 PM ✅Answered | 10 votes
OK, Found the solution! You need to connect with the computername in front of the username...like this...
Enter-PsSession -ComputerName minwinpc -Credential minwinpc\Administrator
Thursday, April 30, 2015 4:56 PM ✅Answered | 1 vote
Yes, the command line should be in this form:
Enter-PsSession -ComputerName <machine-name or IP Address> -Credential Administrator
Please also note that the default password is: p@ssw0rd
<or>
p<at sign>ssw<zero>rd
The zero can easily be mistaken as an 'O' so calling that part out.
All of the step by step instructions can be found here:
http://ms-iot.github.io/content/win10/samples/PowerShell.htm
Jonathan Tanner | Microsoft | Windows 10 IoT Core Insider Preview Support | This posting is provided 'as is' with no warranties and confers no rights.
Thursday, April 30, 2015 4:06 PM
I am having the same issue, where you able to get the password ?
Thursday, April 30, 2015 4:13 PM
So far, my installation of Windows 10 IoT Technical Preview on a Raspberry Pi went successfully.
...
Default password should be 'p@ssw0rd', but this doesn't work. I get an 'Access denied' answer.
Is the default password in the documentation incorrect? Is it possible to change the password by reconnecting the SD card to my Windows 10 client machine?
Same problem here!
Thursday, April 30, 2015 4:23 PM
Same issue here. Access denied. :(
Thursday, April 30, 2015 4:32 PM
Same problem here.
Enter-PSSession : Connecting to remote server 192.168.0.123 failed with the following error message : Access is
denied. For more information, see the about_Remote_Troubleshooting Help topic.
to be honest I am a bit confused about the TrustedHosts instructions, I thought that would be something to run on the target machine, i.e. the Raspberry Pi, not the client computer.
Thursday, April 30, 2015 4:54 PM
Awesome it works, thanks
Thursday, April 30, 2015 5:24 PM
Also works with the IP address:
Enter-PsSession -ComputerName a.b.c.d -Credential a.b.c.d\Administrator
Thank you!
Thursday, April 30, 2015 10:48 PM
OK, Found the solution! You need to connect with the computername in front of the username...like this...
Enter-PsSession -ComputerName minwinpc -Credential minwinpc\Administrator
Great catch - thanks!
Tuesday, February 19, 2019 2:34 PM
Sorry, but I did not understand you answer, can you clarify the single steps. Thx