Skip to content

Commit 142958d

Browse files
committed
Fix Defender for only 1.2
1 parent da1335c commit 142958d

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"
339+
| Parameter | Accepted values | Comments |
340+
| --------- | --------------- | -------- |
341+
| feature | **DpsTpm** | Feature name to toggle. |
342+
| 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"
337348
| Parameter | Accepted values | Comments |
338349
| --------- | --------------- | -------- |
339350
| feature | **DpsTpm**, **Defender** | Feature name to toggle. |
340351
| 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)