You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
51
51
52
52
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.
53
53
54
-
For more information, use the command `Get-Help Connect-EflowVM -full`.
54
+
For more information, use the command `Get-Help Connect-EflowVm -full`.
55
55
56
56
## Copy-EflowVmFile
57
57
@@ -69,7 +69,7 @@ For more information, use the command `Get-Help Copy-EflowVMFile -full`.
69
69
70
70
## Deploy-Eflow
71
71
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.
73
73
74
74
| Parameter | Accepted values | Comments |
75
75
| --------- | --------------- | -------- |
@@ -100,7 +100,6 @@ The **Get-EflowHostConfiguration** command returns the host configuration. This
100
100
101
101
For more information, use the command `Get-Help Get-EflowHostConfiguration -full`.
102
102
103
-
104
103
## Get-EflowLogs
105
104
106
105
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
136
135
137
136
| Parameter | Accepted values | Comments |
138
137
| --------- | --------------- | -------- |
139
-
| feature |**DpsTpm**| Feature name to toggle. |
138
+
| feature |**DpsTpm**| Feature name to query. |
140
139
141
140
For more information, use the command `Get-Help Get-EflowVmFeature -full`.
142
141
@@ -152,18 +151,15 @@ The **Get-EflowVmTelemetryOption** command displays the status of the telemetry
152
151
153
152
For more information, use the command `Get-Help Get-EflowVmTelemetryOption -full`.
154
153
155
-
156
154
## Get-EflowVmTpmProvisioningInfo
157
155
158
156
The **Get-EflowVmTpmProvisioningInfo** command returns the TPM provisioning information. This command takes no parameters. It returns an object that contains two properties:
159
157
160
158
* Endorsement Key
161
-
* Registration Id
159
+
* Registration Id
162
160
163
161
For more information, use the command `Get-Help Get-EflowVmTpmProvisioningInfo -full`.
164
162
165
-
166
-
167
163
## Invoke-EflowVmCommand
168
164
169
165
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
201
197
202
198
| Parameter | Accepted values | Comments |
203
199
| --------- | --------------- | -------- |
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. |
205
201
| memoryInMB | Integer value between 1024 and the maximum amount of free memory of the device | Memory allocated for the VM. |
206
202
| gpuName | GPU device name | Name of the GPU device to be used for passthrough. |
207
203
| gpuPassthroughType |**DirectDeviceAssignment**, **ParaVirtualization**, or none (no passthrough) | GPU Passthrough type |
0 commit comments