Skip to content

Commit 2fe1216

Browse files
authored
Merge pull request #188665 from fcabrera23/eflow-ps
Add Defender
2 parents 9d48b38 + 142958d commit 2fe1216

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,23 @@ For more information, use the command `Get-Help Set-EflowVM -full`.
334334

335335
The **Set-EflowVmFeature** command enables or disables the status of IoT Edge for Linux on Windows features.
336336

337+
<!-- 1.1 -->
338+
:::moniker range="iotedge-2018-06"
337339
| Parameter | Accepted values | Comments |
338340
| --------- | --------------- | -------- |
339341
| feature | **DpsTpm** | Feature name to toggle. |
340342
| enable | None | If this flag is present, the command enables the feature. |
343+
:::moniker-end
344+
<!-- end 1.1 -->
345+
346+
<!-- 1.2 -->
347+
:::moniker range=">=iotedge-2020-11"
348+
| Parameter | Accepted values | Comments |
349+
| --------- | --------------- | -------- |
350+
| feature | **DpsTpm**, **Defender** | Feature name to toggle. |
351+
| enable | None | If this flag is present, the command enables the feature. |
352+
:::moniker-end
353+
<!-- end 1.2 -->
341354

342355
For more information, use the command `Get-Help Set-EflowVmFeature -full`.
343356

0 commit comments

Comments
 (0)