Skip to content

Commit c59711a

Browse files
committed
Learn Editor: Update device-control-deploy-manage-gpo.md
1 parent 8c6e488 commit c59711a

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,13 @@ To configure the device types that a device control policy is applied, follow th
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+
1. Use the properties in your removable storage group to create an XML file for each removable storage group.
73+
74+
> [!NOTE]
75+
> Ensure header name is PolicyGroups, for example, the following XML:
76+
> <PolicyGroups>
77+
> <Group id={etc.}>
78+
> </PolicyGroups>
7379
7480
3. Save each XML file to your network share.
7581

@@ -91,7 +97,13 @@ You can create different group types. Here's one group example XML file for any
9197

9298
1. Create one XML file for access policy rule.
9399

94-
2. Use the properties in removable storage access policy rule(s) to create an XML for each group's removable storage access policy rule.
100+
1. Use the properties in removable storage access policy rule(s) to create an XML for each group's removable storage access policy rule.
101+
102+
> [!NOTE]
103+
> Ensure header name is PolicyRules, for example, the following XML:
104+
> <PolicyRules>
105+
> <Rule id={etc.}>
106+
> </PolicyRules>
95107
96108
3. Save the XML file to network share.
97109

@@ -110,4 +122,6 @@ You can create different group types. Here's one group example XML file for any
110122

111123
- [Device control in Defender for Endpoint](device-control-overview.md)
112124
- [Device control policies in and settings](device-control-policies.md)
125+
113126
- [Device Control for macOS](mac-device-control-overview.md)
127+

0 commit comments

Comments
 (0)