-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathscenarios.json
85 lines (82 loc) · 2.88 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"title": "Removable Storage",
"scenarios":[
{
"file": "Group Policy/Scenario 1 GPO Policy - Prevent Write and Execute access to all but allow specific approved USBs.xml",
"title": "Scenario 1",
"description": "Prevent Write and Execute access to all but allow specific approved USBs"
},
{
"file": "Group Policy/Scenario 2 GPO Policy - Audit Write and Execute access to all but block specific unapproved USBs.xml",
"title": "Scenario 2"
},
{
"file": "Intune OMA-URI/Scenario 3 Block any Removable Storage and CD-DVD.xml",
"title": "Scenario 3"
},
{
"file": "Intune OMA-URI/Scenario 4 ReadOnly to Any Removable Storage and CD-DVD.xml",
"title": "Scenario 4"
},
{
"file": "Intune OMA-URI/Scenario 5 Block Wirte and Execute but allow specific user access and approved USB.xml",
"title": "Scenario 5"
},
{
"file": "Group Policy/Scenario 6 Block Wirte and Execute but allow specific user access approved USB.xml",
"title": "Scenario 6"
},
{
"file": "Intune OMA-URI/Scenario 7 WPD Policy Sample, e.g. iPhone.xml",
"title": "Scenario 7"
},
{
"file": "Intune OMA-URI/Scenario 8 Audit Read_Intune.xml",
"title": "Scenario 8"
},
{
"file": "Intune OMA-URI/Scenario 9 Block Write_Intune.xml",
"title": "Scenario 9"
},
{
"file": "Intune OMA-URI/Scenario 10 Audit Write_Intune.xml",
"title": "Scenario 10"
},
{
"file": "Group Policy/Audit File Information.xml",
"title": "File Evidence",
"settings":{
"DeviceControlEnabled": true,
"DefaultEnforcement": "Allow",
"DataDuplicationDirectory": "Enter the directory to store files locally"
}
},
{
"file": "Group Policy/Audit Write Access.xml"
},
{
"file": "Group Policy/Block Read and Write access to specific file _Policy.xml"
},
{
"file": "Group Policy/Demo_2_Policies.xml"
},
{
"file": "Group Policy/Demo_Policies.xml"
},
{
"file": "Group Policy/File Duplication.xml"
},
{
"file": "Group Policy/Mass_storage_policies_GPO_2.xml"
},
{
"file": "Intune OMA-URI/Allow only bitlocker encrypted USBs.xml",
"title": "Allow only bitlocker encrypted USBs",
"settings":{
"DeviceControlEnabled": true,
"DefaultEnforcement": "Deny",
"SecuredDevicesConfiguration": "RemovableMediaDevices"
}
}
]
}