Skip to content

Commit d92a247

Browse files
Merge pull request #2395 from tdoucett-ms/docs-editor/device-control-deploy-manage-g-1736460658
Update device-control-deploy-manage-gpo.md
2 parents 8c6e488 + a465a53 commit d92a247

File tree

1 file changed

+27
-6
lines changed

1 file changed

+27
-6
lines changed

defender-endpoint/device-control-deploy-manage-gpo.md

Lines changed: 27 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy and manage device control in Defender for Endpo
44
author: denisebmsft
55
ms.author: deniseb
66
manager: deniseb
7-
ms.date: 08/27/2024
7+
ms.date: 01/09/2025
88
ms.topic: overview
99
ms.service: defender-endpoint
1010
ms.subservice: asr
@@ -15,7 +15,7 @@ ms.collection:
1515
- mde-asr
1616
ms.custom:
1717
- partner-contribution
18-
ms.reviewer: joshbregman
18+
ms.reviewer: joshbregman, tdoucette
1919
search.appverid: MET150
2020
f1.keywords: NOCSH
2121
---
@@ -61,17 +61,27 @@ To configure the device types that a device control policy is applied, follow th
6161

6262
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**.
6363

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`.
6565

6666
## Define groups
6767

6868
:::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":::
6969

7070
1. Create one XML file for each removable storage group.
7171

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.
7373

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:
75+
76+
```xml
77+
<PolicyGroups>
78+
<Group Id="{d8819053-24f4-444a-a0fb-9ce5a9e97862}" Type="Device">
79+
80+
</Group>
81+
</PolicyGroups>
82+
```
83+
84+
3. Save the XML file to your network share.
7585

7686
4. Define the settings as follows:
7787

@@ -93,6 +103,16 @@ You can create different group types. Here's one group example XML file for any
93103

94104
2. Use the properties in removable storage access policy rule(s) to create an XML for each group's removable storage access policy rule.
95105

106+
Ensure root node of the XML is PolicyRules, for example, the following XML:
107+
108+
```xml
109+
<PolicyRules>
110+
<PolicyRule Id="{d8819053-24f4-444a-a0fb-9ce5a9e97862}">
111+
...
112+
</PolicyRule>
113+
</PolicyRules>
114+
```
115+
96116
3. Save the XML file to network share.
97117

98118
4. Define the settings as follows:
@@ -103,11 +123,12 @@ You can create different group types. Here's one group example XML file for any
103123

104124
> [!NOTE]
105125
> 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+
>
107127
> 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.
108128
109129
## See also
110130

111131
- [Device control in Defender for Endpoint](device-control-overview.md)
112132
- [Device control policies in and settings](device-control-policies.md)
113133
- [Device Control for macOS](mac-device-control-overview.md)
134+

0 commit comments

Comments
 (0)