Skip to content

Commit 4dd8648

Browse files
authored
Update device-control-deploy-manage-intune.md
1 parent a85d216 commit 4dd8648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ When you create policies with OMA-URI in Intune, create one XML file for each po
104104
In the **Add Row** pane, specify the following settings:
105105

106106
- In the **Name** field, type `Allow Read Activity`.
107-
- In the **OMA-URI** field, type `./Vendor/MSFT/Defender/Configuration/DeviceControl/PolicyRules/%7b[PolicyRule Id]%7d/RuleData`. (You could use the PowerShell command `New-Guid` to generate a new Guid, and replace [PolicyRule Id])
107+
- In the **OMA-URI** field, type `./Vendor/MSFT/Defender/Configuration/DeviceControl/PolicyRules/%7b[PolicyRule Id]%7d/RuleData`. (You could use the PowerShell command `New-Guid` to generate a new Guid, and replace `[PolicyRule Id]`.)
108108
- In the **Data Type** field, select **String (XML file)**, and use **Custom XML**.
109109

110110
You can use parameters to set conditions for specific entries. Here's a [group example XML file for Allow Read access for each removable storage](https://github.com/microsoft/mdatp-devicecontrol/blob/main/windows/device/Intune%20OMA-URI/Allow%20Read.xml).
@@ -121,7 +121,7 @@ When you create groups with OMA-URI in Intune, create one XML file for each grou
121121
In the **Add Row** pane, specify the following settings:
122122

123123
- In the **Name** field, type `Any Removable Storage Group`.
124-
- In the **OMA-URI** field, type `./Vendor/MSFT/Defender/Configuration/DeviceControl/PolicyGroups/%7b[GroupId]%7d/GroupData`. (To get your GroupID, in the Intune admin center, go to **Groups**, and then select **Copy the Object ID**. Or you could use Powershell command New-Guid to generate new Guid, and replace [GroupId])
124+
- In the **OMA-URI** field, type `./Vendor/MSFT/Defender/Configuration/DeviceControl/PolicyGroups/%7b[GroupId]%7d/GroupData`. (To get your GroupID, in the Intune admin center, go to **Groups**, and then select **Copy the Object ID**. Or, you could use the PowerShell command `New-Guid` to generate a new Guid, and replace `[GroupId]`.)
125125
- In the **Data Type** field, select **String (XML file)**, and use **Custom XML**.
126126

127127
> [!NOTE]

0 commit comments

Comments
 (0)