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
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,37 +24,44 @@ ms.date: 05/06/2021
24
24
-[Microsoft Defender for Endpoint Plan 2](microsoft-defender-endpoint.md)
25
25
-[Microsoft Defender XDR](/defender-xdr)
26
26
27
-
The following table provides information on the values returned when you run the `mdatp health` command and their corresponding descriptions.
27
+
The following table provides information about the values that are returned when you run the `mdatp health` command and their corresponding descriptions.
|automatic_definition_update_enabled|True if automatic antivirus definition updates are enabled, false otherwise.|
32
-
|cloud_automatic_sample_submission_consent|Current sample submission level. Can be one of the following values: <ul><li>**None**: No suspicious samples are submitted to Microsoft.</li><li>**Safe**: Only suspicious samples that don't contain personally identifiable information (PII) are submitted automatically. This is the default value for this setting.</li><li>**All**: All suspicious samples are submitted to Microsoft.</li></ul>|
33
+
|behavior_monitoring|Feature to detect real time threats and prevention by monitoring the behavior of applications, services, and files. Can be one of the following: <ul><li>**disabled** - default</li><li>**enabled**/li></ul>|
34
+
|cloud_automatic_sample_submission_consent|Current sample submission level. Can be one of the following values: <ul><li>**None**: No suspicious samples are submitted to Microsoft.</li><li>**safe**: Only suspicious samples that don't contain personally identifiable information (PII) are submitted automatically. This is the default value for this setting.</li><li>**All**: All suspicious samples are submitted to Microsoft.</li></ul>|
33
35
|cloud_diagnostic_enabled|True if optional diagnostic data collection is enabled, false otherwise. For more information related to Defender for Endpoint and other products and services like Microsoft Defender Antivirus and Windows, see [Microsoft Privacy Statement](https://go.microsoft.com/fwlink/?linkid=827576).|
34
36
|cloud_enabled|True if cloud-delivered protection is enabled, false otherwise.|
35
37
|conflicting_applications|List of applications that are possibly conflicting with Microsoft Defender for Endpoint. This list includes, but isn't limited to, other security products and other applications known to cause compatibility issues.|
36
-
|definitions_status|Status of antivirus definitions.|
38
+
|definitions_status|Status of antivirus definitions. Can be one of the following: <ul><li>**up_to_date**</li><li>**updating**</li><li>**unavailable**/li></ul>|
37
39
|definitions_updated|Date and time of last antivirus definition update.|
38
40
|definitions_updated_minutes_ago|Number of minutes since last antivirus definition update.|
|edr_device_tags|List of tags associated with the device.|
45
+
|edr_early_preview_enabled|Setting of edr early preview. Can be one of the following: <ul><li>**disabled**</li><li>**enabled**</li></ul>|
43
46
|edr_group_ids|Group ID that the device is associated with.|
44
47
|edr_machine_id|Device identifier used in Microsoft Defender XDR.|
48
+
|engine_load_status|Status of antivirus engine whether its running. Can be one of the following: <ul><li>**Engine not loaded** - AV engine process is down</li><li>**Engine load succeeded** - AV engine process is up and running</li></ul>|
45
49
|engine_version|Version of the antivirus engine.|
46
50
|healthy|True if the product is healthy, false otherwise.|
51
+
|health_issues|Lists health issues if any.|
47
52
|licensed|True if the device is onboarded to a tenant, false otherwise.|
48
-
|log_level|Current log level for the product.|
53
+
|log_level|Current log level for the product. Can be one of the following values: <ul><li>**info**</li><li>**debug**</li></ul>|
49
54
|machine_guid|Unique machine identifier used by the antivirus component.|
50
-
|network_protection_status|Status of the network protection component (macOS only). Can be one of the following values: <ul><li>**starting** - Network protection is starting</li><li>**failed_to_start** - Network protection couldn't be started due to an error</li><li>**started** - Network protection is currently running on the device</li><li>**restarting** - Network protection is currently restarting</li><li>**stopping** - Network protection is stopping</li><li>**stopped** - Network protection isn't running</li></ul>|
55
+
|network_protection_enforcement_level|Mode of network protection. Can be one of the following: <ul><li>**disabled** - all components associated with network protection are disabled</li><li>**block** - network protection prevents connection to malicious websites</li><li>**audit** - Check how blocks occur</li></ul>|
56
+
|network_protection_status|Status of the network protection component (macOS only). Can be one of the following values: <ul><li>**starting** - Network protection is starting</li><li>**failed_to_start** - Network protection couldn't be started due to an error</li><li>**started** - Network protection is running on the device</li><li>**restarting** - Network protection is restarting</li><li>**stopping** - Network protection is stopping</li><li>**stopped** - Network protection isn't running</li></ul>|
51
57
|org_id|Organization that the device is onboarded to. If the device isn't yet onboarded to any organization, this prints unavailable. For more information on onboarding, see [Onboard to Microsoft Defender for Endpoint](onboarding.md).|
52
58
|passive_mode_enabled|True if the antivirus component is set to run in passive mode, false otherwise.|
53
59
|product_expiration|Date and time when the current product version reaches end of support.|
54
60
|real_time_protection_available|True if the real-time protection component is healthy, false otherwise.|
55
61
|real_time_protection_enabled|True if real-time antivirus protection is enabled, false otherwise.|
56
62
|real_time_protection_subsystem|Subsystem used to serve real-time protection. If real-time protection isn't operating as expected, this prints unavailable.|
57
63
|release_ring|Release ring. For more information, see [Deployment rings](onboarding.md).|
64
+
|supplementary_events_subsystem|Subsystem that provides supplementary event data. Can be one of the following values: <ul><li>**ebpf** - Default from app version: 101.2408.0000</li><li>**auditd**</li></ul>|
58
65
59
66
## Component specific health
60
67
@@ -63,14 +70,11 @@ You can get more detailed health information for different Defender's features w
0 commit comments