Skip to content

Commit 05bcd0f

Browse files
authored
Merge pull request #3078 from dkouzmanovMSFT/docs-editor/device-control-faq-1741625488
Update device-control-faq.md
2 parents 3319b27 + 9303c9b commit 05bcd0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

defender-endpoint/device-control-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.collection:
1414
- mde-asr
1515
ms.custom: admindeeplinkDEFENDER
1616
ms.topic: conceptual
17-
ms.date: 01/25/2024
17+
ms.date: 03/10/2025
1818
ms.reviewer: tewchen, joshbregman
1919
search.appverid: met150
2020
---
@@ -45,7 +45,7 @@ The most common reason is there's no required anti-malware client version.
4545

4646
Another reason could be that the XML file isn't correctly formatted. For example, not using the correct markdown formatting for the "&" character in the XML file or the text editor might add a byte order mark (BOM) 0xEF 0xBB 0xBF at the beginning of the files causing the XML parsing not to work. One simple solution is to download the [sample file](https://github.com/microsoft/mdatp-devicecontrol/tree/main/Removable%20Storage%20Access%20Control%20Samples) (select **Raw** and then **Save as**), and then update.
4747

48-
If you're deploying and managing the policy by using Group Policy, make sure to combine all policy rules into one XML file within a parent node called `PolicyRules`. Also, combine all groups into one XML file within a parent node called `Groups`. If you're managing devices with Intune, keep separate XML files for each group and policy when deploying as `Custom OMA-URI`.
48+
If you're deploying and managing the policy by using Group Policy, make sure to combine all policy rules into one XML file within a parent node called `PolicyRules`. Also, combine all groups into one XML file within a parent node called `PolicyGroups`. If you're managing devices with Intune, keep separate XML files for each group and policy when deploying as `Custom OMA-URI`.
4949

5050
The device (machine) should have a valid certificate. Run the following command on the machine to check:
5151

0 commit comments

Comments
 (0)