Skip to content

Commit 2cefa8b

Browse files
committed
Learn Editor: Update device-control-deploy-manage-gpo.md
1 parent f35d4f1 commit 2cefa8b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ To configure the device types that a device control policy is applied, follow th
7474
> [!NOTE]
7575
> Ensure root node of the XML is PolicyGroups, for example, the following XML:
7676
> <PolicyGroups>
77-
> <Group id={etc.}>
77+
> <Group Id="{d8819053-24f4-444a-a0fb-9ce5a9e97862}" Type="Device">
78+
> ...
79+
> </Group>
7880
> </PolicyGroups>
7981
8082
1. Save the XML file to your network share.
@@ -102,7 +104,9 @@ You can create different group types. Here's one group example XML file for any
102104
> [!NOTE]
103105
> Ensure root node of the XML is PolicyRules, for example, the following XML:
104106
> <PolicyRules>
105-
> <Rule id={etc.}>
107+
> <PolicyRule Id="{d8819053-24f4-444a-a0fb-9ce5a9e97862}">
108+
> ...
109+
> </PolicyRule>
106110
> </PolicyRules>
107111
108112
3. Save the XML file to network share.

0 commit comments

Comments
 (0)