title | description | services | author | ms.service | ms.topic | ms.date | ms.author | ms.custom |
---|---|---|---|---|---|---|---|---|
include file for Invoke-WebReqest procedure |
include file |
iot-edge |
kgremban |
iot-edge |
include |
11/05/2019 |
kgremban |
include file |
-
Use the Invoke-WebRequest command to obtain a script that provides commands that access IoT Edge services. Provide a names for the script, such as
runtimes.ps1
.Invoke-WebRequest -useb https://aka.ms/iotedge-win OutFile runtimes.ps1
-
Set the execution policy and run the script.
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned .\runtimes.ps1