Skip to content

Commit 2d888e1

Browse files
authored
Merge branch 'main' into v-mathavale-9343792-5
2 parents 2f4e8f1 + d8b065c commit 2d888e1

File tree

6 files changed

+25
-20
lines changed

6 files changed

+25
-20
lines changed

defender-endpoint/device-control-overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ Device control capabilities from Microsoft can be organized into three main cate
5959
- Granular access control - create policies to control access by device, device type, operation (read, write, execute), user group, network location, or file type.
6060
- Reporting and advanced hunting - complete visibility into add device related activities.
6161
- Device control in Microsoft Defender can be managed using Intune or [Group Policy](device-control-deploy-manage-gpo.md).
62-
- **Device control in Microsoft Defender and Intune**. Intune provides a rich experience for managing complex device control policies for organizations. You can configure and deploy device restriction settings in Defender for Endpoint, for example. See [Deploy and manage device control with Microsoft Intune](device-control-deploy-manage-intune.md).
62+
63+
- **Device control in Microsoft Defender and Intune**. Intune provides a rich experience for managing complex device control policies for organizations. You can configure and deploy device restriction settings in Defender for Endpoint, for example. See [Deploy and manage device control with Microsoft Intune](device-control-deploy-manage-intune.md).
6364

6465
- **Endpoint data loss prevention** (Endpoint DLP). Endpoint DLP monitors sensitive information on devices that are onboarded to Microsoft Purview solutions. DLP policies can enforce protective actions on sensitive information and where it's stored or used. Endpoint DLP can capture file evidence. [Learn about Endpoint DLP](/purview/endpoint-dlp-learn-about).
6566

defender-endpoint/linux-install-with-ansible.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,12 @@ Create a subtask or role files that contribute to a playbook or task.
192192
```Output
193193
- hosts: servers
194194
tasks:
195-
- include: ../roles/onboarding_setup.yml
196-
- include: ../roles/add_apt_repo.yml
195+
- name: include onboarding tasks
196+
import_tasks:
197+
file: ../roles/onboarding_setup.yml
198+
- name: add apt repository
199+
import_tasks:
200+
file: ../roles/add_apt_repo.yml
197201
- name: Install MDATP
198202
apt:
199203
name: mdatp

defender-endpoint/linux-whatsnew.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: What's new in Microsoft Defender for Endpoint on Linux
33
description: List of major changes for Microsoft Defender for Endpoint on Linux.
44
ms.service: defender-endpoint
55
ms.author: deniseb
6-
author: deniseb
6+
author: denisebmsft
77
ms.reviewer: kumasumit, gopkr
88
ms.localizationpriority: medium
9-
ms.date: 08/22/2024
9+
ms.date: 09/20/2024
1010
manager: deniseb
1111
audience: ITPro
1212
ms.collection:
@@ -42,7 +42,7 @@ This article is updated frequently to let you know what's new in the latest rele
4242
>
4343
> Review your current Defender for Endpoint on Linux deployment, and begin planning your migration to the eBPF-supported build. For more information on eBPF and how it works, see [Use eBPF-based sensor for Microsoft Defender for Endpoint on Linux](/defender-endpoint/linux-support-ebpf).
4444
>
45-
> If you have any concerns or need assistance during this transition, please reach out to our support team.
45+
> If you have any concerns or need assistance during this transition, contact support.
4646
4747

4848
<details>
@@ -71,14 +71,14 @@ There are multiple fixes and new changes in this release.
7171
</details>
7272

7373
<details>
74-
<summary> June-2024 (Build: 101.24052.0002 | Release version: 30.24052.0002.0)</summary>
74+
<summary> June-2024 (Build: 101.24052.0002 | Release version: 30.124052.0002.0)</summary>
7575

7676
## June-2024 Build: 101.24052.0002 | Release version: 30.124052.0002.0
7777

7878
&ensp;Released: **June 24, 2024**<br/>
7979
&ensp;Published: **June 24, 2024**<br/>
8080
&ensp;Build: **101.24052.0002**<br/>
81-
&ensp;Release version: **30.24052.0002.0**<br/>
81+
&ensp;Release version: **30.124052.0002.0**<br/>
8282
&ensp;Engine version: **1.1.24040.2**<br/>
8383
&ensp;Signature version: **1.411.153.0**<br/>
8484

@@ -93,14 +93,14 @@ There are multiple fixes and new changes in this release.
9393

9494
</details>
9595
<details>
96-
<summary> May-2024 (Build: 101.24042.0002 | Release version: 30.24042.0002.0)</summary>
96+
<summary> May-2024 (Build: 101.24042.0002 | Release version: 30.124042.0002.0)</summary>
9797

9898
## May-2024 Build: 101.24042.0002 | Release version: 30.124042.0002.0
9999

100100
&ensp;Released: **May 29, 2024**<br/>
101101
&ensp;Published: **May 29, 2024**<br/>
102102
&ensp;Build: **101.24042.0002**<br/>
103-
&ensp;Release version: **30.24042.0002.0**<br/>
103+
&ensp;Release version: **30.124042.0002.0**<br/>
104104
&ensp;Engine version: **1.1.24030.4**<br/>
105105
&ensp;Signature version: **1.407.521.0**<br/>
106106

defender-endpoint/microsoft-defender-antivirus-updates.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ All our updates contain:
108108

109109
### What's new
110110

111-
- Added a new parameter to get-mppreference cmdlet (ControlledFolderAccessDefaultProtectedFolders) to show default protected folders for Controlled Folder Access (CFA).
112-
- Fixed an issue with Device Control regarding printer security checks.
113-
- Resolved an issue with platform rollback after an upgrade from Windows 10 to 11.
111+
- Added a new parameter (`ControlledFolderAccessDefaultProtectedFolders`) to [Get-MpPreference](/powershell/module/defender/get-mppreference) cmdlet to show default protected folders for [controlled folder access](enable-controlled-folders.md).
112+
- Fixed an issue with device control regarding printer security checks.
113+
- Resolved an issue with platform rollback after an upgrade from Windows 10 to Windows 11.
114114
- Fixed an issue where volume exclusions weren't properly enforced in real-time protection after the completion of OOBE.
115-
- Removed support for Windows RT devices, for example, Surface RT, that use 32-bit ARM processors and have reached their end-of-servicing date.
115+
- Removed support for Windows RT devices, like Surface RT, that use 32-bit ARM processors and have reached their end-of-servicing date.
116116

117117
### July-2024 (Platform: 4.18.24070.5 | Engine: 1.1.24070.3)
118118

defender-endpoint/tune-performance-defender-antivirus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Describes the procedure to tune the performance of Microsoft Defend
44
ms.service: defender-endpoint
55
ms.localizationpriority: medium
66
audience: ITPro
7-
author: siosulli
8-
ms.author: siosulli
9-
ms.date: 06/26/2024
7+
author: denisebmsft
8+
ms.author: deniseb
9+
ms.date: 09/20/2024
1010
manager: deniseb
1111
ms.collection:
1212
- m365-security

defender-vulnerability-management/windows-authenticated-scan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
title: Authenticated scan for Windows in Defender Vulnerability Management
33
description: Find out about how to create Authenticated scans for Windows
44
search.appverid: MET150
5-
author: siosulli
6-
ms.author: siosulli
5+
author: denisebmsft
6+
ms.author: deniseb
77
manager: deniseb
88
audience: Admin
99
ms.topic: conceptual
1010
ms.service: defender-vuln-mgmt
1111
ms.localizationpriority: medium
12-
ms.date: 05/12/2022
12+
ms.date: 09/20/2024
1313
ms.collection:
1414
- m365-security
1515
- Tier1

0 commit comments

Comments
 (0)