Skip to content

Commit c32699c

Browse files
authored
Merge pull request #1511 from MicrosoftDocs/main
pushing updates live
2 parents 7b3d9bf + 2e353ff commit c32699c

File tree

3 files changed

+16
-21
lines changed

3 files changed

+16
-21
lines changed

defender-endpoint/linux-resources.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Microsoft Defender for Endpoint on Linux resources
3-
ms.reviewer: gopkr
3+
ms.reviewer: gopkr, yujiao
44
description: Describes resources for Microsoft Defender for Endpoint on Linux, including how to uninstall it, how to collect diagnostic logs, CLI commands, and known issues with the product.
55
ms.service: defender-endpoint
66
ms.author: deniseb
@@ -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: 10/03/2024
1919
---
2020

2121
# Resources
@@ -138,6 +138,7 @@ The following table lists commands for some of the most common scenarios. Run `m
138138
|Protection|Do a full scan|`mdatp scan full`|
139139
|Protection|Cancel an ongoing on-demand scan|`mdatp scan cancel`|
140140
|Protection|Request a security intelligence update|`mdatp definitions update`|
141+
|Protection|Rollback security intelligence to the original default set|`mdatp definitions restore`|
141142
|Protection history|Print the full protection history|`mdatp threat list`|
142143
|Protection history|Get threat details|`mdatp threat get --id [threat-id]`|
143144
|Quarantine management|List all quarantined files|`mdatp threat quarantine list`|

defender-endpoint/mac-whatsnew.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: deniseb
66
ms.author: deniseb
77
manager: deniseb
88
ms.localizationpriority: medium
9-
ms.date: 09/26/2024
9+
ms.date: 10/03/2024
1010
audience: ITPro
1111
ms.collection:
1212
- m365-security
@@ -41,20 +41,11 @@ For more information on Microsoft Defender for Endpoint on other operating syste
4141

4242
- In macOS Sonoma 14.3.1, Apple made a change to the [handling of Bluetooth devices](https://developer.apple.com/forums/thread/738748) that impacts Defender for Endpoint device control's ability to intercept and block access to Bluetooth devices. At this time, the recommended mitigation is to use a version of macOS earlier than 14.3.1.
4343

44-
## Sequoia support
45-
46-
- In macOS Sequoia (version 15.0), if you have Network Protection enabled, you might see crashes of the network extension (NetExt). This issue results in intermittent network connectivity issues for end users.
47-
48-
> [!NOTE]
49-
> The core functionalities of antivirus, endpoint detection & response, and threat and vulnerability management continue functioning.
44+
- In macOS Sequoia (version 15.0), if you have Network Protection enabled, you might see crashes of the network extension (NetExt). This issue results in intermittent network connectivity issues for end users. Please upgrade to macOS Sequoia version 15.0.1 or newer.
5045

51-
- We're recommending that customers who have Network Protection enabled in their organization to either:
52-
53-
1. Delay updating to macOS Sequoia (version 15.0); or
54-
55-
2. Use the instructions to disable Network Extension as described in [Troubleshoot NetExt issues in Microsoft Defender for Endpoint on Mac](mac-troubleshoot-netext-mde.md). This causes Network Protection, Web Content Filtering, and IP address/URL Indicators to be nonfunctional.
46+
## Sequoia support
5647

57-
- Microsoft Defender is collaborating with Apple to provide our mutual customers a solution when Network Protection is enabled in Microsoft Defender for Endpoint on macOS Sequoia (version 15.0).
48+
- Microsoft Defender for Endpoint supports version 15.0.1 or newer.
5849

5950
## macOS Deprecation
6051

defender-endpoint/microsoft-defender-endpoint-mac.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.topic: conceptual
1616
ms.subservice: macos
1717
search.appverid: met150
18-
ms.date: 09/19/2024
18+
ms.date: 10/03/2024
1919
---
2020

2121
# Microsoft Defender for Endpoint on Mac
@@ -69,23 +69,26 @@ There are several methods and deployment tools that you can use to install and c
6969

7070
### System requirements
7171

72-
The three most recent major releases of macOS are supported.
72+
These four most recent major releases of macOS are supported.
73+
74+
- 15.0.1 (Sequoia)
7375

7476
- 14 (Sonoma)
7577

7678
- 13 (Ventura)
7779

7880
- 12 (Monterey)
7981

80-
> [!IMPORTANT]
81-
> On macOS 11 (Big Sur) and above, Microsoft Defender for Endpoint requires additional configuration profiles. If you are an existing customer upgrading from earlier versions of macOS, make sure to deploy the additional configuration profiles listed on [New configuration profiles for macOS Big Sur and newer versions of macOS](mac-sysext-policies.md).
82-
8382
- Supported processors: x64 and ARM64
8483

8584
- Disk space: 1GB
8685

8786
- Beta versions of macOS aren't supported.
8887

88+
- Important
89+
90+
> On macOS 11 (Big Sur) and later, Microsoft Defender for Endpoint requires additional configuration profiles. If you are an existing customer upgrading from earlier versions of macOS, make sure to deploy the additional configuration profiles listed on [New configuration profiles for macOS Big Sur and newer versions of macOS](/editor/MicrosoftDocs/defender-docs-pr/defender-endpoint%2Fmicrosoft-defender-endpoint-mac.md/main/979628aa-e0a5-ba01-7de6-f03ef27b15df/mac-sysext-policies.md).
91+
8992
After you've enabled the service, you may need to configure your network or firewall to allow outbound connections between it and your endpoints.
9093

9194
### Licensing requirements
@@ -128,7 +131,7 @@ If a proxy or firewall is blocking anonymous traffic, make sure that anonymous t
128131
129132
#### Test network connectivity
130133

131-
To test that a connection isn't blocked, open <https://x.cp.wd.microsoft.com/api/report> and <https://cdn.x.cp.wd.microsoft.com/ping> in a browser.
134+
To test that a connection isn't blocked, open `https://x.cp.wd.microsoft.com/api/report` and `https://cdn.x.cp.wd.microsoft.com/ping` in a browser.
132135

133136
If you prefer the command line, you can also check the connection by running the following command in Terminal:
134137

0 commit comments

Comments
 (0)