Skip to content

Commit fabca99

Browse files
authored
Merge pull request #919 from MicrosoftDocs/main
Publish main to live, Wednesday 3:30PM PDT, 07/10
2 parents 947fcb1 + 16693ed commit fabca99

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

defender-endpoint/linux-updates.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: linux
1717
search.appverid: met150
18-
ms.date: 05/01/2024
18+
ms.date: 07/10/2024
1919
---
2020

2121
# Deploy updates for Microsoft Defender for Endpoint on Linux
@@ -34,17 +34,26 @@ 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+
> Expired clients 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 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+
> ```
4253
54+
Defender for Endpoint capabilities that are generally available are equivalent, regardless of which update channel is used for deployment (Beta (Insider), Preview (External), Current (Production)).
4355
44-
Generally available Microsoft Defender for Endpoint capabilities are equivalent regardless update channel used for a deployment (Beta (Insider), Preview (External), Current (Production)).
45-
46-
47-
To update Defender for Endpoint on Linux manually, execute one of the following commands:
56+
To update Defender for Endpoint on Linux manually, run one of the following commands:
4857
4958
## RHEL and variants (CentOS and Oracle Linux)
5059
@@ -65,7 +74,8 @@ sudo apt-get install --only-upgrade mdatp
6574
```
6675

6776
> [!IMPORTANT]
68-
> When Defender for Cloud is provisioning the Microsoft Defender for Endpoint agent to Linux servers, it will keep the client updated automatically.
77+
> When Defender for Cloud is provisioning the Microsoft Defender for Endpoint agent to Linux servers, it keeps the client updated automatically.
6978
7079
To schedule an update of Microsoft Defender for Endpoint on Linux, see [Schedule an update of the Microsoft Defender for Endpoint (Linux)](linux-update-mde-linux.md)
80+
7181
[!INCLUDE [Microsoft Defender for Endpoint Tech Community](../includes/defender-mde-techcommunity.md)]

0 commit comments

Comments
 (0)