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
Copy file name to clipboardExpand all lines: defender-endpoint/health-status.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,9 @@ The following table provides information about the values that are returned when
47
47
|`edr_machine_id`|Device identifier used in the Microsoft Defender portal.|
48
48
|`engine_load_status`|Status of antivirus engine to determine whether it's running. Can be one of the following: <br/>- **Engine not loaded** - antivirus engine process is down<br/>- **Engine load succeeded** - antivirus engine process is up and running|
49
49
|`engine_version`|Version of the antivirus engine.|
50
-
|`healthy`|`True` if the product is healthy, `false` otherwise.|
50
+
|`healthy`|`True` if the product is healthy; otherwise, `false`.|
51
51
|`health_issues`|Lists health issues if any.|
52
-
|`licensed`|`True` if the device is onboarded to a tenant, `false` otherwise.|
52
+
|`licensed`|`True` if the device is onboarded to a tenant; otherwise, `false`.|
53
53
|`log_level`|Current log level for the product. Can be one of the following values: <br/>- **info** <br/>- **debug**|
54
54
|`machine_guid`|Unique machine identifier used by the antivirus component.|
55
55
|`network_protection_enforcement_level`|Mode of network protection. <br/><br/>Can be one of the following: <br/>- **disabled** - all components associated with network protection are disabled<br/>- **block** - network protection prevents connection to malicious websites<br/>- **audit** - Check how blocks occur|
0 commit comments