You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: memdocs/intune/fundamentals/whats-new.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ keywords:
7
7
author: Erikre
8
8
ms.author: erikre
9
9
manager: dougeby
10
-
ms.date: 04/29/2022
10
+
ms.date: 05/04/2022
11
11
ms.topic: conceptual
12
12
ms.service: microsoft-intune
13
13
ms.subservice: fundamentals
@@ -60,6 +60,16 @@ You can use RSS to be notified when this page is updated. For more information,
60
60
### Scripts
61
61
-->
62
62
63
+
## Week of May 2, 2022
64
+
65
+
### Device security
66
+
67
+
#### Security Management with Defender for Endpoint is generally available<!-- 13816763 -->
68
+
69
+
The Microsoft Endpoint Manager and Microsoft Defender for Endpoint (MDE) team are excited to announce the general availability of Security Management for MDE devices. As part of this general availability, support for *Antivirus*, *Endpoint Detection and Response*, as well as *Firewall* and *Firewall rules* are now generally available. This general availability applies to Windows Server 2012 R2 and Later, as well as Windows 10 and Windows 11 clients. In the future we will be adding support for additional platforms and profiles in a preview capacity.
70
+
71
+
For more information, see [Manage Microsoft Defender for Endpoint on devices with Microsoft Endpoint Manager](../protect/mde-security-integration.md).
Copy file name to clipboardExpand all lines: memdocs/intune/protect/includes/security-config-mgt-prerequisites.md
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,43 +4,57 @@ description: include file
4
4
author: brenduns
5
5
ms.service: microsoft-intune
6
6
ms.author: brenduns
7
-
ms.date: 04/20/2022
7
+
ms.date: 05/04/2022
8
8
ms.topic: include
9
9
---
10
10
## Prerequisites
11
-
Review the following sections for requirements for the Security Management for Microsoft Defender for Endpoint Scenario:
11
+
12
+
Review the following sections for requirements for the Security Management for Microsoft Defender for Endpoint Scenario.
13
+
12
14
### Environment
15
+
13
16
When a device onboards to Microsoft Defender for Endpoint:
17
+
14
18
- The device is surveyed for an existing Endpoint Manager presence, which is a mobile device management (MDM) enrollment to Intune
15
19
- Devices without an Endpoint Manager presence enable the Security Management feature
16
20
- A trust is created with Azure Active Directory if one doesn't already exist
17
21
- Azure Active Directory trust is used to communicate with Endpoint Manager (Intune) and retrieve policies
18
22
- Policy retrieve from Endpoint Manager is enforced on the device by Microsoft Defender for Endpoint
23
+
19
24
### Active Directory requirements
25
+
20
26
When a device that is domain joined creates a trust with Azure Active Directory, this scenario is referred to as a *Hybrid Azure Active Directory Join* scenario. The Security Management for Microsoft Defender for Endpoint fully supports this scenario with the following requirements:
27
+
21
28
- Azure Active Directory Connect (AAD Connect) must be synchronized to the tenant that is used from Microsoft Defender for Endpoint
22
29
- Hybrid Azure Active Directory Join must be configured in your environment (either through Federation or AAD Connect Sync)
23
30
- AAD Connect Sync must include the device objects *in scope* for synchronization with Azure Active Directory (when needed for join)
24
31
- AAD Connect rules for sync must be modified for Server 2012 R2 (when support for Server 2012 R2 is needed)
25
-
- All devices must register in the Azure Active Directory of the tenant that hosts Microsoft Defender for Endpoint. Cross-tenant scenarios are not supported.
32
+
- All devices must register in the Azure Active Directory of the tenant that hosts Microsoft Defender for Endpoint. Cross-tenant scenarios are not supported
33
+
26
34
### Connectivity requirements
35
+
27
36
Devices must have access to the following endpoints:
37
+
28
38
-`enterpriseregistration.windows.net` - For Azure AD registration.
29
39
-`login.microsoftonline.com` - For Azure AD registration.
30
40
-`*.dm.microsoft.com` - The use of a wildcard supports the cloud-service endpoints that are used for enrollment, check-in, and reporting, and which can change as the service scales.
41
+
31
42
> [!Note]
32
43
> If your organization users Secure Socket Layer (SSL) inspection, the endpoints should be excluded from inspection.
33
44
34
45
### Supported platforms
35
46
36
47
Policies for Microsoft Defender for Endpoint security management are supported for the following device platforms:
48
+
49
+
- Windows 11 Professional/Enterprise
37
50
- Windows 10 Professional/Enterprise (with [KB5006738](https://support.microsoft.com/topic/october-26-2021-kb5006738-os-builds-19041-1320-19042-1320-and-19043-1320-preview-ccbce6bf-ae00-4e66-9789-ce8e7ea35541))
38
51
- Windows Server 2012 R2 with [Microsoft Defender for Down-Level Devices](/microsoft-365/security/defender-endpoint/configure-server-endpoints#new-functionality-in-the-modern-unified-solution-for-windows-server-2012-r2-and-2016-preview)
39
52
- Windows Server 2016 with [Microsoft Defender for Down-Level Devices](/microsoft-365/security/defender-endpoint/configure-server-endpoints#new-functionality-in-the-modern-unified-solution-for-windows-server-2012-r2-and-2016-preview)
40
53
- Windows Server 2019 (with [KB5006744](https://support.microsoft.com/topic/october-19-2021-kb5006744-os-build-17763-2268-preview-e043a8a3-901b-4190-bb6b-f5a4137411c0))
41
54
- Windows Server 2022 (with [KB5006745](https://support.microsoft.com/topic/october-26-2021-kb5006745-os-build-20348-320-preview-8ff9319a-19e7-40c7-bbd1-cd70fcca066c))
42
55
43
56
### Licensing and subscriptions
57
+
44
58
To use security management for Microsoft Defender for Endpoint, you need:
45
59
46
60
- A subscription that grants licenses for Microsoft Defender for Endpoint, like Microsoft 365, or a standalone license for only Microsoft Defender for Endpoint. A subscription that grants Microsoft Defender for Endpoint licenses also grants your tenant access to the Endpoint security node of the Microsoft Endpoint Manager admin center.
@@ -53,12 +67,15 @@ To use security management for Microsoft Defender for Endpoint, you need:
53
67
For current information about options, see [Minimum requirements for Microsoft Defender for Endpoint](/microsoft-365/security/defender-endpoint/minimum-requirements?view=o365-worldwide&preserve-view=true).
54
68
55
69
## Architecture
70
+
56
71
The following diagram is a conceptual representation of the Microsoft Defender for Endpoint security configuration management solution.
57
72
:::image type="content" alt-text="Conceptual representation of the Microsoft Defender for Endpoint security configuration management solution" source="../media/mde-security-integration/mde-architecture.png":::
73
+
58
74
1. Devices onboard to Microsoft Defender for Endpoint.
59
75
2. A trust is established between each device and Azure AD. When a device has an existing trust, that is used. When devices haven't registered, a new trust is created.
60
76
3. Devices use their Azure AD Identity to communicate with Endpoint Manager. This identity enables Microsoft Endpoint Manager to distribute policies that are targeted to the devices when they check in.
61
77
4. Defender for Endpoint reports the status of the policy back to Endpoint Manager.
78
+
62
79
## Which solution should I use?
63
80
64
81
Microsoft Endpoint Manager includes several methods and policy types to manage the configuration of Defender for Endpoint on devices.
@@ -94,6 +111,7 @@ The following table can help you understand which policies that can configure MD
94
111
## Configure your tenant to support Microsoft Defender for Endpoint Security Configuration Management
95
112
96
113
To support Microsoft Defender for Endpoint security configuration management through the Microsoft Endpoint Manager admin center, you must enable communication between them from within each console.
114
+
97
115
1. Sign in to [Microsoft 365 Defender portal](https://security.microsoft.com/) and go to **Settings** > **Endpoints** > **Configuration Management** > **Enforcement Scope** and enable the platforms for security settings management:
98
116
:::image type="content" source="../media/mde-security-integration/enable-mde-settings-management-defender.png" alt-text="Enable Microsoft Defender for Endpoint settings management in the Microsoft 365 Defender portal.":::
99
117
1. Configure Pilot Mode and Configuration Manager authority settings to fit your organization needs:
@@ -112,7 +130,7 @@ To support Microsoft Defender for Endpoint security configuration management thr
112
130
1. Select **Endpoint security** > **Microsoft Defender for Endpoint**, and set **Allow Microsoft Defender for Endpoint to enforce Endpoint Security Configurations** to **On**.
113
131
114
132
:::image type="content" source="../media/mde-security-integration/enable-mde-settings-management-mem.png" alt-text="Enable Microsoft Defender for Endpoint settings management in the Microsoft Endpoint Manager admin center.":::
115
-
133
+
116
134
When you set this option to *On*, all devices in the platform scope in Microsoft Defender for Endpoint that aren't managed by Microsoft Endpoint Manager will qualify to onboard to Microsoft Defender for Endpoint.
117
135
118
136
> [!TIP]
@@ -130,6 +148,7 @@ When using Configuration Manager, the best path for management of security polic
130
148
131
149
After devices onboard to Defender for Endpoint, you'll need to create device groups to support deployment of policy for Microsoft Defender for Endpoint.
132
150
To identify devices that have enrolled with Microsoft Defender for Endpoint but aren't managed by Intune or Configuration Manager:
151
+
133
152
1. Sign in to [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
134
153
2. Go to **Devices** > **All devices**, and then select the column **Managed by** to sort the view of devices.
135
154
Devices that onboard to Microsoft Defender for Endpoint and have registered but aren't managed by Intune display **Microsoft Defender for Endpoint** in the *Managed by* column. These are the devices that can receive policy for security management for Microsoft Defender for Endpoint.
@@ -142,14 +161,17 @@ You can create groups for these devices [in Azure AD](/azure/active-directory/fu
142
161
## Deploy policy
143
162
144
163
After creating one or more Azure AD groups that contain devices managed by Microsoft Defender for Endpoint, you can create and deploy the following policies for Security Management for Microsoft Defender for Endpoint to those groups:
164
+
145
165
- Antivirus
146
166
- Firewall
147
167
- Firewall Rules
148
168
- Endpoint Detection and Response
169
+
149
170
> [!TIP]
150
171
> Avoid deploying multiple policies that manage the same setting to a device.
151
172
>
152
173
> Microsoft Endpoint Manager supports deploying multiple instances of each endpoint security policy type to the same device, with each policy instance being received by the device separately. Therefore, a device might receive separate configurations for the same setting from different policies, which results in a conflict. Some settings (like Antivirus Exclusions) will merge on the client and apply successfully.
174
+
153
175
1. Sign in to the [Microsoft Endpoint Manager admin center](https://go.microsoft.com/fwlink/?linkid=2109431).
154
176
2. Go to **Endpoint security** and then select the type of policy you want to configure, either Antivirus or Firewall, and then select **Create Policy**.
155
177
3. Enter the following properties or the policy type you selected:
Copy file name to clipboardExpand all lines: memdocs/intune/protect/mde-security-integration.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ ms.reviewer: mattcall
28
28
29
29
---
30
30
31
-
# Manage Microsoft Defender for Endpoint on devices with Microsoft Endpoint Manager (Preview)
31
+
# Manage Microsoft Defender for Endpoint on devices with Microsoft Endpoint Manager
32
32
33
33
With Microsoft Defender for Endpoint (MDE), you can now deploy security configurations from Microsoft Endpoint Manager directly to your onboarded devices without requiring a full Microsoft Endpoint Manager device enrollment. This capability is known as *Security Management for Microsoft Defender for Endpoint*. With this capability, devices that aren’t managed by a Microsoft Endpoint Manager service can receive security configurations for Microsoft Defender for Endpoint directly from Endpoint Manager.
34
34
@@ -48,7 +48,11 @@ This scenario extends the Microsoft Endpoint Manager Endpoint Security surface t
48
48
49
49
Status and reports for policies targeted at devices in this channel are available from the policy node under Endpoint security in the Microsoft Endpoint Manager admin center.
50
50
51
-
Drill in to the policy type, Antivirus or Firewall, and then select the policy to view its status. Policies for MDE have a *Policy type* of either *Microsoft Defender Antivirus (Preview)* or *Microsoft Defender Firewall (Preview)*.
51
+
Drill in to the policy type and then select the policy to view its status. The following policy types support MDE security configuration:
0 commit comments