-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathscenarios.json
52 lines (47 loc) · 1.59 KB
/
scenarios.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"title": "Printers",
"scenarios":[
{
"file": "Group Policy/Printer_Policies.xml",
"description": "An example showing how device control can restrict access to printers based on device properties, network, and VPN connection.",
"title": "Printer Policies"
}
,
{
"file": "Group Policy/Printer_Policies - no Default Deny policy.xml"
},
{
"file": "Group Policy/Allow Printing to Corporate Network Printers Only.xml",
"description": "This policy allows printing only for network printers on the corporate network, and denies everything else.",
"title": "Printer Example - Restrict Acccess by Network",
"settings":{
"DeviceControlEnabled": true,
"DefaultEnforcement": "Allow",
"SecuredDevicesConfiguration": "PrinterDevices"
}
}
,
{
"file": "Intune OMA-URI/Allow any printer.xml"
}
,
{
"file": "Intune OMA-URI/Allow Authorized USB Printer.xml"
},
{
"file": "Intune OMA-URI/Default Deny - custom policy2.xml"
},
{
"file": "Intune OMA-URI/Default Deny - custom policy.xml"
},
{
"file": "Intune OMA-URI/Allow PDF_XPS Printer - File Evidence.xml"
},
{
"file": "Intune OMA-URI/Allow PDF_XPS Printer.xml"
},
{
"file": "Intune OMA-URI/Audit Default Deny.xml"
}
]
}