forked from MSEndpointMgr/IntuneAppFactory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appList.json
32 lines (32 loc) · 874 Bytes
/
appList.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
{
"Apps": [
{
"IntuneAppName": "7-Zip",
"AppPublisher": "Igor Pavlov",
"AppSource": "Evergreen",
"AppID": "7zip",
"AppFolderName": "7zip",
"AppSetupFileName": "setup_7zip.msi",
"FilterOptions": [
{
"Architecture": "x64",
"Type": "msi"
}
]
},
{
"IntuneAppName": "Notepad++",
"AppPublisher": "Don Ho",
"AppSource": "Evergreen",
"AppID": "NotepadPlusPlus",
"AppFolderName": "NotepadPlusPlus",
"AppSetupFileName": "setup_notepad.exe",
"FilterOptions": [
{
"Architecture": "x64",
"Type": "exe"
}
]
}
]
}