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: defender-endpoint/device-control-deploy-manage-gpo.md
+27-6Lines changed: 27 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy and manage device control in Defender for Endpo
4
4
author: denisebmsft
5
5
ms.author: deniseb
6
6
manager: deniseb
7
-
ms.date: 08/27/2024
7
+
ms.date: 01/09/2025
8
8
ms.topic: overview
9
9
ms.service: defender-endpoint
10
10
ms.subservice: asr
@@ -15,7 +15,7 @@ ms.collection:
15
15
- mde-asr
16
16
ms.custom:
17
17
- partner-contribution
18
-
ms.reviewer: joshbregman
18
+
ms.reviewer: joshbregman, tdoucette
19
19
search.appverid: MET150
20
20
f1.keywords: NOCSH
21
21
---
@@ -61,17 +61,27 @@ To configure the device types that a device control policy is applied, follow th
61
61
62
62
1. On a computer running Windows, go to **Computer Configuration** > **Administrative Templates** > **Windows Components** > **Microsoft Defender Antivirus** > **Device Control** > **Turn on device control for specific device types**.
63
63
64
-
1. In the **Turn on device control for specific types** window, specify the product family IDs, separate by a pipe (`|`). This setting must be a single string with no spaces or it will be parsed incorrectly by the device control engine causing unexpected behaviors. Product family IDs include `RemovableMediaDevices`, `CdRomDevices`, `WpdDevices`, or `PrinterDevices`.
64
+
2. In the **Turn on device control for specific types** window, specify the product family IDs, separate by a pipe (`|`). This setting must be a single string with no spaces or it will be parsed incorrectly by the device control engine causing unexpected behaviors. Product family IDs include `RemovableMediaDevices`, `CdRomDevices`, `WpdDevices`, or `PrinterDevices`.
65
65
66
66
## Define groups
67
67
68
68
:::image type="content" source="media/deploy-dc-gpo/define-groups.png" alt-text="Screenshot of define groups." lightbox="media/deploy-dc-gpo/define-groups.png":::
69
69
70
70
1. Create one XML file for each removable storage group.
71
71
72
-
2. Use the properties in your removable storage group to create an XML file for each removable storage group.
72
+
2. Use the properties in your removable storage group to create an XML file for each removable storage group.
73
73
74
-
3. Save each XML file to your network share.
74
+
Make sure the root node of the XML is PolicyGroups, for example, the following XML:
@@ -103,11 +123,12 @@ You can create different group types. Here's one group example XML file for any
103
123
104
124
> [!NOTE]
105
125
> To capture evidence of files being copied or printed, use [Endpoint DLP.](/purview/dlp-copy-matched-items-get-started?tabs=purview-portal%2Cpurview)
106
-
> [!NOTE]
126
+
>
107
127
> Comments using XML comment notation `<!-- COMMENT -->` can be used in the Rule and Group XML files, but they must be inside the first XML tag, not the first line of the XML file.
108
128
109
129
## See also
110
130
111
131
-[Device control in Defender for Endpoint](device-control-overview.md)
112
132
-[Device control policies in and settings](device-control-policies.md)
113
133
-[Device Control for macOS](mac-device-control-overview.md)
0 commit comments