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/linux-updates.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,13 +34,22 @@ ms.date: 05/01/2024
34
34
Microsoft regularly publishes software updates to improve performance, security, and to deliver new features.
35
35
36
36
> [!WARNING]
37
-
> Each version of Defender for Endpoint on Linux is set to expire automatically after 9 months. While expired versions continue to receive security intelligence updates, install the latest version to get all available fixes and enhancements. <br>
38
-
>To check the expiration date, run the following command:
37
+
> Each version of Defender for Endpoint on Linux is set to expire automatically after 9 months. While expired versions continue to receive security intelligence updates, install the latest version to get all available fixes and enhancements.
38
+
>To check the expiration date, run the following command:
39
39
> ```bash
40
40
> mdatp health --field product_expiration
41
41
>```
42
-
43
-
42
+
> Expired clients will report a health issue and warning message when you run the following command:
43
+
>```bash
44
+
> mdatp health
45
+
>```
46
+
> Indicators of an expired client will include the message "**ATTENTION: No license found. Contact your administrator for help**." with the following attributes:
47
+
>```bash
48
+
> ATTENTION: No license found. Contact your administrator for help.
49
+
> healthy :false
50
+
> health_issues : ["missing license"]
51
+
> licensed :false
52
+
>```
44
53
Generally available Microsoft Defender for Endpoint capabilities are equivalent regardless update channel used for a deployment (Beta (Insider), Preview (External), Current (Production)).
0 commit comments