Alexander Hammatt
Alexander Hammatt
@v-tbert no
Hey @darobs , I should have permission as I'm running the commands from an admin account. ```PowerShell ([Security.Principal.WindowsPrincipal] ` [Security.Principal.WindowsIdentity]::GetCurrent() ).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator) ``` returns true. If you're able to tell me...
Just updating, still seeing this issue here. Edge Hub Preview022 won't start up on any of our iot core devices, but downgrading to Preview 021 without changing anything else does...
Hi @aribeironovaes , I have uninstalled the python component of the runtime with `pip uninstall azure-iot-edge-runtime-ctl` and re-installed with the script from `Invoke-Expression (Invoke-WebRequest -useb https://aka.ms/iotedgewin)` and I have ran...
@aribeironovaes Updating the script made the script work, but the modules still don't start. Sorry if I was unclear, the script not running seems to be a separate & unrelated...
Just a quick update on this: I'm actually seeing some issues on my Windows 10 Pro machine with 1803 on it now. Even though the modules do start up they...
Here's an exert from the logs for the issue which I just mentioned. It just seems to print this for forever. This worked fine before 1803, therefore I've put it...
Sorry, too late. already switched to Linux :) feel free to close if this is stale.
Still seeing this issue on Windows 10 IoT Enterprise too
@veyalla Is there a known workaround to get the modules running as a service? i.e. to have them start up without logging in on Windows 10 IoT Enterprise? This was...