Skip to content

Commit c7c4696

Browse files
committed
Expand powershell script
1 parent 0ad7966 commit c7c4696

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/iot-edge/how-to-install-iot-core.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ ms.service: iot-edge
1414

1515
---
1616

17-
# Install the IoT Edge runtime on Windows IoT Core
17+
# Install the IoT Edge runtime on Windows IoT Core - Public preview
1818

1919
The Azure IoT Edge Runtime can run even on tiny Single Board Computer (SBC) devices which are very prevalent in the IoT industry. This article walks through provisioning the runtime on a [MinnowBoard Turbot][lnk-minnow] development board running Windows IoT Core.
2020

2121
## Install the runtime
2222

2323
1. Install [Windows 10 IoT Core Dashboard][lnk-core] on a host system.
24-
1. Follow the steps in [Set up your device][lnk-board] to configure your board with the MinnowBoard MAX Build 16299 image.
24+
1. Follow the steps in [Set up your device][lnk-board] to configure your board with the MinnowBoard Turbot/MAX Build 16299 image.
2525
1. Turn on the device, then [login remotely with PowerShell][lnk-powershell].
2626
2. Run the following command in the PowerShell console to install IoT Edge runtime and configure the prerequisites:
2727

2828
```powershell
29-
iex (iwr -useb https://aka.ms/iotedgewin)
29+
Invoke-Expression (Invoke-WebRequest -useb https://aka.ms/iotedgewin)
3030
```
3131

3232
This script provides the following:

articles/iot-edge/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ Docker for Windows can run either Windows containers or Linux containers. The st
6666
* Windows IoT Core (Build 16299) on a x64-based device
6767
* Windows 10 Fall Creators Update
6868
* Windows Server 1709 (Build 16299)
69-
2. Run the following command in an Admin PowerShell console to install and configure the prerequisites:
69+
1. Run the following command in an Admin PowerShell console to install and configure the prerequisites:
7070

7171
```powershell
72-
iex (iwr -useb https://aka.ms/iotedgewin)
72+
Invoke-Expression (Invoke-WebRequest -useb https://aka.ms/iotedgewin)
7373
```
7474

7575
This script provides the following:

articles/iot-edge/tutorial-simulate-device-windows.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.service: iot-edge
1414

1515
---
1616

17-
# Deploy Azure IoT Edge on a simulated device in Windows
17+
# Deploy Azure IoT Edge on a simulated device in Windows - Public preview
1818

1919
Azure IoT Edge moves the power of the cloud to your Internet of Things (IoT) devices. This tutorial walks you through creating a simulated IoT Edge device that generates sensor data. You learn how to:
2020

@@ -69,8 +69,8 @@ Docker for Windows can run either Windows containers or Linux containers. The st
6969
* Windows Server 1709 (Build 16299)
7070
2. Run the following command in an Admin PowerShell console to install and configure the prerequisites:
7171

72-
```powershell
73-
iex (iwr -useb https://aka.ms/iotedgewin)
72+
```powershell
73+
Invoke-Expression (Invoke-WebRequest -useb https://aka.ms/iotedgewin)
7474
```
7575

7676
This script provides the following:

0 commit comments

Comments
 (0)