RPi2 PsSession: "Command" iotstartup "not found"

I am in the process of deploying a Windows Universal App for my Raspberry Pi 2. I am following the very handy tutorial posted here .

Everything is fine, but I get a special warning when I try to run the command iotstartup

after installation PsSession

.

ps snippet

If I just go back again, the message disappears and the command seems to work fine ...

Am I doing something wrong here? Is this a known powershell thing or did something go wrong on my device? (If that mattered, I had to restart the OS once or twice to get anything to deploy remotely).

Hopefully this is not my device; but I would be interested to know about any clarifications on this matter.

+3


source to share


1 answer


iotstartup as setcomputername - executables. Use the invoke command, see article .

& iotstartup list

      



will do.

+2


source







All Articles