forked from microsoft/mdatp-devicecontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
40 additions
and
21 deletions.
There are no files selected for viewing
42 changes: 21 additions & 21 deletions
42
Printer Protection Samples/Intune OMA-URI/Default Deny - custom policy.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
<PolicyRule Id="{e6ccf2cb-20d6-4478-bf2d-66f247ced6f3}"> | ||
<!-- default deny --> | ||
<!-- ./Vendor/MSFT/Defender/Configuration/DeviceControl/PolicyRules/%7be6ccf2cb-20d6-4478-bf2d-66f247ced6f3%7d/RuleData --> | ||
<Name>Default Deny</Name> | ||
<IncludedIdList> | ||
<GroupId>{090b8e1d-5c7b-4f69-a4f2-fb76fa0535fc}</GroupId> | ||
</IncludedIdList> | ||
<ExcludedIdList> | ||
<!-- exclude USB printer group and pdf/xps printer group --> | ||
<GroupId>{e5170dfb-19a9-4466-8109-d36c9c912b4e}</GroupId> | ||
<GroupId>{05b56e90-e682-48ff-a6c0-5602c9638182}</GroupId> | ||
</ExcludedIdList> | ||
<Entry Id="{6b9cf286-ec70-4463-bfaf-29f32bb5f0dc}"> | ||
<Type>Deny</Type> | ||
<Options>0</Options> | ||
<AccessMask>64</AccessMask> | ||
</Entry> | ||
<Entry Id="{48fe1c20-83ef-4163-aa99-882f49f3ec1d}"> | ||
<Type>AuditDenied</Type> | ||
<Options>3</Options> | ||
<AccessMask>64</AccessMask> | ||
</Entry> | ||
<!--default deny --> | ||
<!-- ./Vendor/MSFT/Defender/Configuration/DeviceControl/PolicyRules/%7be6ccf2cb-20d6-4478-bf2d-66f247ced6f3%7d/RuleData --> | ||
<Name>Default Deny</Name> | ||
<IncludedIdList> | ||
<GroupId>{090b8e1d-5c7b-4f69-a4f2-fb76fa0535fc}</GroupId> | ||
</IncludedIdList> | ||
<ExcludedIdList> | ||
<!-- exclude USB printer group and pdf/xps printer group --> | ||
<GroupId>{e5170dfb-19a9-4466-8109-d36c9c912b4e}</GroupId> | ||
<GroupId>{05b56e90-e682-48ff-a6c0-5602c9638182}</GroupId> | ||
</ExcludedIdList> | ||
<Entry Id="{6b9cf286-ec70-4463-bfaf-29f32bb5f0dc}"> | ||
<Type>Deny</Type> | ||
<Options>0</Options> | ||
<AccessMask>64</AccessMask> | ||
</Entry> | ||
<Entry Id="{48fe1c20-83ef-4163-aa99-882f49f3ec1d}"> | ||
<Type>AuditDenied</Type> | ||
<Options>3</Options> | ||
<AccessMask>64</AccessMask> | ||
</Entry> | ||
</PolicyRule> |
19 changes: 19 additions & 0 deletions
19
Printer Protection Samples/Intune OMA-URI/Default Deny - custom policy2.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<PolicyRule Id="{2751c448-6e6b-4c2c-81c1-c8ae02911bd5}"> | ||
<!-- default deny --> | ||
<!-- ./Vendor/MSFT/Defender/Configuration/DeviceControl/PolicyRules/%7b2751c448-6e6b-4c2c-81c1-c8ae02911bd5%7d/RuleData --> | ||
<Name>Default Deny</Name> | ||
<IncludedIdList> | ||
<GroupId>{090b8e1d-5c7b-4f69-a4f2-fb76fa0535fc}</GroupId> | ||
</IncludedIdList> | ||
<ExcludedIdList></ExcludedIdList> | ||
<Entry Id="{195b178a-53ad-496e-aae0-282ce7234ae0}"> | ||
<Type>Deny</Type> | ||
<Options>0</Options> | ||
<AccessMask>64</AccessMask> | ||
</Entry> | ||
<Entry Id="{4358ef97-578d-4e04-abb1-972e73721c4a}"> | ||
<Type>AuditDenied</Type> | ||
<Options>3</Options> | ||
<AccessMask>64</AccessMask> | ||
</Entry> | ||
</PolicyRule> |