From 95841f5a93e7c46ea8ef47e4d06a84acac7f4a68 Mon Sep 17 00:00:00 2001 From: Dhairyya Agarwal <12413099+dhairyya@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:38:06 -0800 Subject: [PATCH 1/7] Update microsoft classic version number Updated microsoft classic version number --- defender-office-365/submissions-outlook-report-messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defender-office-365/submissions-outlook-report-messages.md b/defender-office-365/submissions-outlook-report-messages.md index 3b6a7829ac..674b369b2d 100644 --- a/defender-office-365/submissions-outlook-report-messages.md +++ b/defender-office-365/submissions-outlook-report-messages.md @@ -41,7 +41,7 @@ Admins configure user reported messages to go to a specified reporting mailbox, ## Use the built-in Report button in Outlook - The built-in **Report** button is available in the following versions of Outlook: - - Outlook for Microsoft 365 version 16.0.17827.15010 or later and Outlook 2021 Version 2407 (Build 17830.20138) or later. + - Outlook for Microsoft 365 version 16.0.17827.15010 or later for current channel and 16.0.18025.20000 or later for Monthly Enterprise Channel. - Outlook for Mac version 16.89 (24090815) or later. - Outlook for iOS and Android version 4.2446 or later. - The new Outlook for Windows. From 2278d82d3e7ed8e340f323876b755425204231de Mon Sep 17 00:00:00 2001 From: Max Velitchko Date: Thu, 30 Jan 2025 12:31:15 -0800 Subject: [PATCH 2/7] Update mac-whatsnew.md MDE for macOS release notes - 101.24122.0005 --- defender-endpoint/mac-whatsnew.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/defender-endpoint/mac-whatsnew.md b/defender-endpoint/mac-whatsnew.md index bad135f605..3023d804ff 100644 --- a/defender-endpoint/mac-whatsnew.md +++ b/defender-endpoint/mac-whatsnew.md @@ -64,18 +64,32 @@ If an end user encounters a prompt for Defender for Endpoint on macOS processes Behavior monitoring monitors process behavior to detect and analyze potential threats based on the behavior of the applications, daemons, and files within the system. As behavior monitoring observes how the software behaves in real-time, it can adapt quickly to new and evolving threats and block them. To learn more, see [Behavior Monitoring in Microsoft Defender for Endpoint on macOS](behavior-monitor-macos.md). +### Jan-2025 (Build: 101.24122.0005 | Release version: 20.124122.5.0) + +| Build: | **101.24122.0005** | +|--------------------|-----------------------| +| Release version: | **20.124122.4.0** | +| Engine version: | **1.1.24080.11** | +| Signature version: | **1.419.351.0** | + +##### What's new + +- Removed support of macOS 12, the minimal requirement is now macOS 13.0 or later +- Fix: Defender quarantines a file even if it marked as immutable +- `mdatp health` can return [`out_of_date`](https://learn.microsoft.com/en-us/defender-endpoint/device-health-microsoft-defender-antivirus-health#up-to-date-definitions) status for `definitions_status` +- Bug and performance fixes + ### Dec-2024 (Build: 101.24102.0018 | Release version: 20.124102.18.0) -| Build: | **101.24102.0018** | +| Build: | **101.24102.0018** | |--------------------|-----------------------| -| Release version: | **20.124102.18.0** | -| Engine version: | **1.1.24080.10** | -| Signature version: | **1.419.298.0** | +| Release version: | **20.124102.18.0** | +| Engine version: | **1.1.24080.10** | +| Signature version: | **1.419.298.0** | ##### What's new - **Improved User/Group Permission Handling** - Added reporting in `mdatp-health` for user/group permission issues for Defender files. On restart Defender attempts to cure these issues. - - Bug and performance fixes. From e79c5350388695c728bff7306ec25da7b1853112 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Thu, 30 Jan 2025 13:15:20 -0800 Subject: [PATCH 3/7] Update date and clarify Outlook versions --- .../submissions-outlook-report-messages.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/defender-office-365/submissions-outlook-report-messages.md b/defender-office-365/submissions-outlook-report-messages.md index 674b369b2d..d8da054be8 100644 --- a/defender-office-365/submissions-outlook-report-messages.md +++ b/defender-office-365/submissions-outlook-report-messages.md @@ -14,7 +14,7 @@ ms.collection: description: Learn how to report phishing and suspicious emails in supported versions of Outlook using the built-in Report button or the Report Message and Report Phishing add-ins. ms.service: defender-office-365 search.appverid: met150 -ms.date: 01/23/2025 +ms.date: 01/30/2025 appliesto: - ✅ Exchange Online Protection - ✅ Microsoft Defender for Office 365 Plan 1 and Plan 2 @@ -41,7 +41,9 @@ Admins configure user reported messages to go to a specified reporting mailbox, ## Use the built-in Report button in Outlook - The built-in **Report** button is available in the following versions of Outlook: - - Outlook for Microsoft 365 version 16.0.17827.15010 or later for current channel and 16.0.18025.20000 or later for Monthly Enterprise Channel. + - Outlook for Microsoft 365: + - **Current channel**: Version 16.0.17827.15010 or later. + - **Monthly Enterprise Channel**: Version 16.0.18025.20000 or later. - Outlook for Mac version 16.89 (24090815) or later. - Outlook for iOS and Android version 4.2446 or later. - The new Outlook for Windows. @@ -54,7 +56,7 @@ Admins configure user reported messages to go to a specified reporting mailbox, If user reporting is turned off and a non-Microsoft add-in button is selected, the **Report** button isn't available in supported versions of Outlook. -- The built-in **Report** button in Outlook on the web, Outlook for Android and the new Outlook for Windows supports reporting messages from shared mailboxes or other mailboxes by a delegate. +- The built-in **Report** button in Outlook on the web, Outlook for Android, and the new Outlook for Windows supports reporting messages from shared mailboxes or other mailboxes by a delegate. - Shared mailboxes require Send As or Send On Behalf permission for the user. - Other mailboxes require Send As or Send On Behalf permission _and_ Read and Manage permissions for the delegate. From fcf2198147381419741dd669fada42de95a39c74 Mon Sep 17 00:00:00 2001 From: Max Velitchko Date: Thu, 30 Jan 2025 13:43:57 -0800 Subject: [PATCH 4/7] . --- defender-endpoint/mac-whatsnew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defender-endpoint/mac-whatsnew.md b/defender-endpoint/mac-whatsnew.md index 3023d804ff..d63b546012 100644 --- a/defender-endpoint/mac-whatsnew.md +++ b/defender-endpoint/mac-whatsnew.md @@ -76,7 +76,7 @@ Behavior monitoring monitors process behavior to detect and analyze potential th - Removed support of macOS 12, the minimal requirement is now macOS 13.0 or later - Fix: Defender quarantines a file even if it marked as immutable -- `mdatp health` can return [`out_of_date`](https://learn.microsoft.com/en-us/defender-endpoint/device-health-microsoft-defender-antivirus-health#up-to-date-definitions) status for `definitions_status` +- `mdatp health` can return [`out_of_date`](device-health-microsoft-defender-antivirus-health#up-to-date-definitions) status for `definitions_status` - Bug and performance fixes ### Dec-2024 (Build: 101.24102.0018 | Release version: 20.124102.18.0) From adfefd03f5dc10416a4b1fd89ca55c7205f788bd Mon Sep 17 00:00:00 2001 From: Max Velitchko Date: Thu, 30 Jan 2025 13:47:56 -0800 Subject: [PATCH 5/7] . --- defender-endpoint/mac-whatsnew.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/defender-endpoint/mac-whatsnew.md b/defender-endpoint/mac-whatsnew.md index 190b116d6a..1b27ed3d24 100644 --- a/defender-endpoint/mac-whatsnew.md +++ b/defender-endpoint/mac-whatsnew.md @@ -2,9 +2,8 @@ title: What's new in Microsoft Defender for Endpoint on Mac description: Learn about the major changes for previous versions of Microsoft Defender for Endpoint on Mac. ms.service: defender-endpoint -author: emmwalshh -ms.author: ewalsh -ms.reviewer: joshbregman +author: deniseb +ms.author: deniseb manager: deniseb ms.localizationpriority: medium ms.date: 01/24/2025 @@ -16,6 +15,7 @@ ms.collection: ms.topic: reference ms.subservice: macos search.appverid: met150 +ms.reviewer: mavel --- # What's new in Microsoft Defender for Endpoint on Mac @@ -76,7 +76,7 @@ Behavior monitoring monitors process behavior to detect and analyze potential th - Removed support of macOS 12, the minimal requirement is now macOS 13.0 or later - Fix: Defender quarantines a file even if it marked as immutable -- `mdatp health` can return [`out_of_date`](device-health-microsoft-defender-antivirus-health#up-to-date-definitions) status for `definitions_status` +- `mdatp health` can return [`out_of_date`](/defender-endpoint/device-health-microsoft-defender-antivirus-health.md#up-to-date-definitions) status for `definitions_status` - Bug and performance fixes ### Dec-2024 (Build: 101.24102.0018 | Release version: 20.124102.18.0) From 4498166e816e97681cbf235dafb9d94cdf964b88 Mon Sep 17 00:00:00 2001 From: Max Velitchko Date: Thu, 30 Jan 2025 13:52:35 -0800 Subject: [PATCH 6/7] . --- defender-endpoint/mac-whatsnew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defender-endpoint/mac-whatsnew.md b/defender-endpoint/mac-whatsnew.md index 1b27ed3d24..45058f0f3d 100644 --- a/defender-endpoint/mac-whatsnew.md +++ b/defender-endpoint/mac-whatsnew.md @@ -76,7 +76,7 @@ Behavior monitoring monitors process behavior to detect and analyze potential th - Removed support of macOS 12, the minimal requirement is now macOS 13.0 or later - Fix: Defender quarantines a file even if it marked as immutable -- `mdatp health` can return [`out_of_date`](/defender-endpoint/device-health-microsoft-defender-antivirus-health.md#up-to-date-definitions) status for `definitions_status` +- `mdatp health` can return [`out_of_date`](device-health-microsoft-defender-antivirus-health.md#up-to-date-definitions) status for `definitions_status` - Bug and performance fixes ### Dec-2024 (Build: 101.24102.0018 | Release version: 20.124102.18.0) From 94f944d45e0a9bf9ad30440f7d94e30772739b18 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Fri, 31 Jan 2025 03:57:14 +0530 Subject: [PATCH 7/7] Fix typo --- defender-endpoint/mac-whatsnew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defender-endpoint/mac-whatsnew.md b/defender-endpoint/mac-whatsnew.md index 45058f0f3d..00c5ca1793 100644 --- a/defender-endpoint/mac-whatsnew.md +++ b/defender-endpoint/mac-whatsnew.md @@ -75,7 +75,7 @@ Behavior monitoring monitors process behavior to detect and analyze potential th ##### What's new - Removed support of macOS 12, the minimal requirement is now macOS 13.0 or later -- Fix: Defender quarantines a file even if it marked as immutable +- Fix: Defender quarantines a file even if it is marked as immutable - `mdatp health` can return [`out_of_date`](device-health-microsoft-defender-antivirus-health.md#up-to-date-definitions) status for `definitions_status` - Bug and performance fixes