forked from MSEndpointMgr/IntuneAppFactory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappList.json
50 lines (48 loc) · 1.46 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"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"
}
]
},
{
"IntuneAppName": "TreeSize Free",
"AppPublisher": "Jam Software",
"AppSource": "Winget",
"AppID": "JAMSoftware.TreeSize.Free",
"AppFolderName": "TreeSize Free",
"AppSetupFileName": "TreeSizeFreeSetup.exe"
},
{
"IntuneAppName": "Steam",
"AppPublisher": "Valve",
"AppSource": "Winget",
"AppID": "Valve.Steam",
"AppFolderName": "Steam",
"AppSetupFileName": "SteamSetup.exe"
},
]
}