Skip to content

Commit dd543e6

Browse files
authored
Merge pull request #177232 from kgremban/oct11-eflowgethelp
Edits to eflow powershell ref
2 parents c9b9b12 + dafac34 commit dd543e6

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

articles/iot-edge/reference-iot-edge-for-linux-on-windows-functions.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Reference information for Azure IoT Edge for Linux on Windows Power
44
author: v-tcassi
55

66
ms.author: fcabrera
7-
ms.date: 06/18/2021
7+
ms.date: 10/15/2021
88
ms.topic: reference
99
ms.service: iot-edge
1010
services: iot-edge
@@ -45,13 +45,13 @@ If you don't have the **AzureEflow** folder in your PowerShell directory, use th
4545
Set-ExecutionPolicy -ExecutionPolicy AllSigned -Force
4646
```
4747

48-
## Connect-EflowVM
48+
## Connect-EflowVm
4949

50-
The **Connect-EflowVM** command connects to the virtual machine using SSH. The only account allowed to SSH to the virtual machine is the user that created it.
50+
The **Connect-EflowVm** command connects to the virtual machine using SSH. The only account allowed to SSH to the virtual machine is the user that created it.
5151

5252
This command only works on a PowerShell session running on the host device. It won't work when using Windows Admin Center or PowerShell ISE.
5353

54-
For more information, use the command `Get-Help Connect-EflowVM -full`.
54+
For more information, use the command `Get-Help Connect-EflowVm -full`.
5555

5656
## Copy-EflowVmFile
5757

@@ -69,7 +69,7 @@ For more information, use the command `Get-Help Copy-EflowVMFile -full`.
6969

7070
## Deploy-Eflow
7171

72-
The **Deploy-Eflow** command is the main deployment method. The deployment command creates the virtual machine, provisions files, and deploys the IoT Edge agent module. While none of the parameters are required, they can be used to provision your IoT Edge device during the deployment and modify settings for the virtual machine during creation.
72+
The **Deploy-Eflow** command is the main deployment method. The deployment command creates the virtual machine, provisions files, and deploys the IoT Edge agent module. While none of the parameters are required, they can be used to modify settings for the virtual machine during creation.
7373

7474
| Parameter | Accepted values | Comments |
7575
| --------- | --------------- | -------- |
@@ -100,7 +100,6 @@ The **Get-EflowHostConfiguration** command returns the host configuration. This
100100

101101
For more information, use the command `Get-Help Get-EflowHostConfiguration -full`.
102102

103-
104103
## Get-EflowLogs
105104

106105
The **Get-EflowLogs** command collects and bundles logs from the IoT Edge for Linux on Windows deployment and installation. It outputs the bundled logs in the form of a `.zip` folder.
@@ -136,7 +135,7 @@ The **Get-EflowVmFeature** command returns the status of the enablement of IoT E
136135

137136
| Parameter | Accepted values | Comments |
138137
| --------- | --------------- | -------- |
139-
| feature | **DpsTpm** | Feature name to toggle. |
138+
| feature | **DpsTpm** | Feature name to query. |
140139

141140
For more information, use the command `Get-Help Get-EflowVmFeature -full`.
142141

@@ -152,18 +151,15 @@ The **Get-EflowVmTelemetryOption** command displays the status of the telemetry
152151

153152
For more information, use the command `Get-Help Get-EflowVmTelemetryOption -full`.
154153

155-
156154
## Get-EflowVmTpmProvisioningInfo
157155

158156
The **Get-EflowVmTpmProvisioningInfo** command returns the TPM provisioning information. This command takes no parameters. It returns an object that contains two properties:
159157

160158
* Endorsement Key
161-
* Registration Id
159+
* Registration Id
162160

163161
For more information, use the command `Get-Help Get-EflowVmTpmProvisioningInfo -full`.
164162

165-
166-
167163
## Invoke-EflowVmCommand
168164

169165
The **Invoke-EflowVMCommand** command executes a Linux command inside the virtual machine and returns the output. This command only works for Linux commands that return a finite output. It cannot be used for Linux commands that require user interaction or that run indefinitely.
@@ -201,7 +197,7 @@ The **Set-EflowVM** command updates the virtual machine configuration with the r
201197

202198
| Parameter | Accepted values | Comments |
203199
| --------- | --------------- | -------- |
204-
| cpuCount | Integer value between 1 and the device's GPU cores | Number of CPU cores for the VM. |
200+
| cpuCount | Integer value between 1 and the device's CPU cores | Number of CPU cores for the VM. |
205201
| memoryInMB | Integer value between 1024 and the maximum amount of free memory of the device | Memory allocated for the VM. |
206202
| gpuName | GPU device name | Name of the GPU device to be used for passthrough. |
207203
| gpuPassthroughType | **DirectDeviceAssignment**, **ParaVirtualization**, or none (no passthrough) | GPU Passthrough type |

0 commit comments

Comments
 (0)