Skip to content

Commit fec6239

Browse files
committed
Learn Editor: Update linux-updates.md
1 parent bdfb227 commit fec6239

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

defender-endpoint/linux-updates.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,22 @@ ms.date: 05/01/2024
3434
Microsoft regularly publishes software updates to improve performance, security, and to deliver new features.
3535

3636
> [!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:
3939
> ```bash
4040
> mdatp health --field product_expiration
4141
> ```
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+
> ```
4453
Generally available Microsoft Defender for Endpoint capabilities are equivalent regardless update channel used for a deployment (Beta (Insider), Preview (External), Current (Production)).
4554
4655

0 commit comments

Comments
 (0)