Skip to content

Commit d1bd25e

Browse files
Merge pull request KelvinTegelaar#215 from CyberDrain/dev
Dev to release Synced from CyberDrain/CIPP@041b123
1 parent 245d9d3 commit d1bd25e

590 files changed

Lines changed: 74984 additions & 24575 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

AddChocoApp/Choco.app.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"installCommandLine": "",
44
"uninstallCommandLine": "",
55
"description": "",
6+
"publisher": "CIPP",
67
"developer": " ",
78
"owner": " ",
89
"informationUrl": " ",
910
"privacyInformationUrl": " ",
1011
"fileName": "IntunePackage.intunewin",
1112
"@odata.type": "#microsoft.graph.win32LobApp",
1213
"applicableArchitectures": "x86, x64",
13-
1414
"installExperience": {
1515
"runAsAccount": "user",
1616
"deviceRestartBehavior": "allow",
@@ -22,18 +22,19 @@
2222
"path": "%programfiles%\\7-zip",
2323
"fileOrFolderName": "7z.exe",
2424
"check32BitOn64System": false,
25-
"detectionType": "exists"
25+
"detectionType": "exists",
26+
"operator": "notConfigured"
2627
}
2728
],
28-
"returncode": [
29+
"returnCodes": [
2930
{
3031
"returnCode": 0,
3132
"type": "success",
3233
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3334
},
3435
{
3536
"returnCode": 1707,
36-
"type": "Success",
37+
"type": "success",
3738
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3839
},
3940
{
@@ -52,14 +53,14 @@
5253
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
5354
}
5455
],
55-
"minimumNumberOfProcessors": "1",
56-
"minimumFreeDiskSpaceInMB": "8",
57-
"minimumCpuSpeedInMHz": "4",
56+
"minimumNumberOfProcessors": 1,
57+
"minimumFreeDiskSpaceInMB": 8,
58+
"minimumCpuSpeedInMHz": 4,
5859
"minimumSupportedOperatingSystem": {
5960
"@odata.type": "microsoft.graph.windowsMinimumOperatingSystem",
6061
"v10_1607": true
6162
},
6263
"notes": "CIPP Uploaded application",
63-
"minimumMemoryInMB": "1",
64+
"minimumMemoryInMB": 1,
6465
"setupFilePath": "install.ps1"
6566
}

AddMSPApp/Immybot.app.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"installCommandLine": "",
44
"uninstallCommandLine": "",
55
"description": " ",
6+
"publisher": "CIPP",
67
"developer": " ",
78
"owner": " ",
89
"informationUrl": " ",
910
"privacyInformationUrl": " ",
1011
"fileName": "immybot.intunewin",
1112
"@odata.type": "#microsoft.graph.win32LobApp",
1213
"applicableArchitectures": "x86, x64",
13-
1414
"installExperience": {
1515
"runAsAccount": "system",
1616
"deviceRestartBehavior": "suppress",
@@ -22,18 +22,19 @@
2222
"path": "%ProgramData%\\Immybot\\Bin",
2323
"fileOrFolderName": "Immybot.exe",
2424
"check32BitOn64System": false,
25-
"detectionType": "exists"
25+
"detectionType": "exists",
26+
"operator": "notConfigured"
2627
}
2728
],
28-
"returncode": [
29+
"returnCodes": [
2930
{
3031
"returnCode": 0,
3132
"type": "success",
3233
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3334
},
3435
{
3536
"returnCode": 1707,
36-
"type": "Success",
37+
"type": "success",
3738
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3839
},
3940
{
@@ -52,14 +53,14 @@
5253
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
5354
}
5455
],
55-
"minimumNumberOfProcessors": "1",
56-
"minimumFreeDiskSpaceInMB": "8",
57-
"minimumCpuSpeedInMHz": "4",
56+
"minimumNumberOfProcessors": 1,
57+
"minimumFreeDiskSpaceInMB": 8,
58+
"minimumCpuSpeedInMHz": 4,
5859
"minimumSupportedOperatingSystem": {
5960
"@odata.type": "microsoft.graph.windowsMinimumOperatingSystem",
6061
"v10_1607": true
6162
},
6263
"notes": "CIPP Uploaded application",
63-
"minimumMemoryInMB": "1",
64+
"minimumMemoryInMB": 1,
6465
"setupFilePath": "install.ps1"
6566
}

AddMSPApp/automate.app.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"installCommandLine": "",
44
"uninstallCommandLine": "",
55
"description": " ",
6+
"publisher": "CIPP",
67
"developer": " ",
78
"owner": " ",
89
"informationUrl": " ",
910
"privacyInformationUrl": " ",
1011
"fileName": "automate.intunewin",
1112
"@odata.type": "#microsoft.graph.win32LobApp",
1213
"applicableArchitectures": "x86, x64",
13-
1414
"installExperience": {
1515
"runAsAccount": "system",
1616
"deviceRestartBehavior": "suppress",
@@ -24,15 +24,15 @@
2424
"scriptContent": ""
2525
}
2626
],
27-
"returncode": [
27+
"returnCodes": [
2828
{
2929
"returnCode": 0,
3030
"type": "success",
3131
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3232
},
3333
{
3434
"returnCode": 1707,
35-
"type": "Success",
35+
"type": "success",
3636
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3737
},
3838
{
@@ -51,14 +51,14 @@
5151
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
5252
}
5353
],
54-
"minimumNumberOfProcessors": "1",
55-
"minimumFreeDiskSpaceInMB": "8",
56-
"minimumCpuSpeedInMHz": "4",
54+
"minimumNumberOfProcessors": 1,
55+
"minimumFreeDiskSpaceInMB": 8,
56+
"minimumCpuSpeedInMHz": 4,
5757
"minimumSupportedOperatingSystem": {
5858
"@odata.type": "microsoft.graph.windowsMinimumOperatingSystem",
5959
"v10_1607": true
6060
},
6161
"notes": "CIPP Uploaded application",
62-
"minimumMemoryInMB": "1",
62+
"minimumMemoryInMB": 1,
6363
"setupFilePath": "install.ps1"
6464
}

AddMSPApp/cwcommand.app.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"installCommandLine": "",
44
"uninstallCommandLine": "",
55
"description": " ",
6+
"publisher": "CIPP",
67
"developer": " ",
78
"owner": " ",
89
"informationUrl": " ",
910
"privacyInformationUrl": " ",
1011
"fileName": "cwcommand.intunewin",
1112
"@odata.type": "#microsoft.graph.win32LobApp",
1213
"applicableArchitectures": "x86, x64",
13-
1414
"installExperience": {
1515
"runAsAccount": "system",
1616
"deviceRestartBehavior": "suppress",
@@ -22,18 +22,19 @@
2222
"path": "%ProgramFiles(x86)%\\ITSPlatform\\agentcore\\",
2323
"fileOrFolderName": "platform-agent-core.exe",
2424
"check32BitOn64System": false,
25-
"detectionType": "exists"
25+
"detectionType": "exists",
26+
"operator": "notConfigured"
2627
}
2728
],
28-
"returncode": [
29+
"returnCodes": [
2930
{
3031
"returnCode": 0,
3132
"type": "success",
3233
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3334
},
3435
{
3536
"returnCode": 1707,
36-
"type": "Success",
37+
"type": "success",
3738
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3839
},
3940
{
@@ -52,14 +53,14 @@
5253
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
5354
}
5455
],
55-
"minimumNumberOfProcessors": "1",
56-
"minimumFreeDiskSpaceInMB": "8",
57-
"minimumCpuSpeedInMHz": "4",
56+
"minimumNumberOfProcessors": 1,
57+
"minimumFreeDiskSpaceInMB": 8,
58+
"minimumCpuSpeedInMHz": 4,
5859
"minimumSupportedOperatingSystem": {
5960
"@odata.type": "microsoft.graph.windowsMinimumOperatingSystem",
6061
"v10_1607": true
6162
},
6263
"notes": "CIPP Uploaded application",
63-
"minimumMemoryInMB": "1",
64+
"minimumMemoryInMB": 1,
6465
"setupFilePath": "install.ps1"
6566
}

AddMSPApp/datto.app.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"installCommandLine": "",
44
"uninstallCommandLine": "",
55
"description": " ",
6+
"publisher": "CIPP",
67
"developer": " ",
78
"owner": " ",
89
"informationUrl": " ",
910
"privacyInformationUrl": " ",
1011
"fileName": "DattoRMM.intunewin",
1112
"@odata.type": "#microsoft.graph.win32LobApp",
1213
"applicableArchitectures": "x86, x64",
13-
1414
"installExperience": {
1515
"runAsAccount": "system",
1616
"deviceRestartBehavior": "suppress",
@@ -22,18 +22,19 @@
2222
"path": "%programfiles(x86)%\\CentraStage",
2323
"fileOrFolderName": "CagService.exe.config",
2424
"check32BitOn64System": false,
25-
"detectionType": "exists"
25+
"detectionType": "exists",
26+
"operator": "notConfigured"
2627
}
2728
],
28-
"returncode": [
29+
"returnCodes": [
2930
{
3031
"returnCode": 0,
3132
"type": "success",
3233
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3334
},
3435
{
3536
"returnCode": 1707,
36-
"type": "Success",
37+
"type": "success",
3738
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3839
},
3940
{
@@ -52,14 +53,14 @@
5253
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
5354
}
5455
],
55-
"minimumNumberOfProcessors": "1",
56-
"minimumFreeDiskSpaceInMB": "8",
57-
"minimumCpuSpeedInMHz": "4",
56+
"minimumNumberOfProcessors": 1,
57+
"minimumFreeDiskSpaceInMB": 8,
58+
"minimumCpuSpeedInMHz": 4,
5859
"minimumSupportedOperatingSystem": {
5960
"@odata.type": "microsoft.graph.windowsMinimumOperatingSystem",
6061
"v10_1607": true
6162
},
6263
"notes": "CIPP Uploaded application",
63-
"minimumMemoryInMB": "1",
64+
"minimumMemoryInMB": 1,
6465
"setupFilePath": "install.ps1"
6566
}

AddMSPApp/huntress.app.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"installCommandLine": "",
44
"uninstallCommandLine": "",
55
"description": " ",
6+
"publisher": "CIPP",
67
"developer": " ",
78
"owner": " ",
89
"informationUrl": " ",
910
"privacyInformationUrl": " ",
1011
"fileName": "huntress.intunewin",
1112
"@odata.type": "#microsoft.graph.win32LobApp",
1213
"applicableArchitectures": "x86, x64",
13-
1414
"installExperience": {
1515
"runAsAccount": "system",
1616
"deviceRestartBehavior": "suppress",
@@ -22,18 +22,19 @@
2222
"path": "%ProgramFiles%\\Huntress",
2323
"fileOrFolderName": "HuntressAgent.exe",
2424
"check32BitOn64System": false,
25-
"detectionType": "exists"
25+
"detectionType": "exists",
26+
"operator": "notConfigured"
2627
}
2728
],
28-
"returncode": [
29+
"returnCodes": [
2930
{
3031
"returnCode": 0,
3132
"type": "success",
3233
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3334
},
3435
{
3536
"returnCode": 1707,
36-
"type": "Success",
37+
"type": "success",
3738
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3839
},
3940
{
@@ -52,14 +53,14 @@
5253
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
5354
}
5455
],
55-
"minimumNumberOfProcessors": "1",
56-
"minimumFreeDiskSpaceInMB": "8",
57-
"minimumCpuSpeedInMHz": "4",
56+
"minimumNumberOfProcessors": 1,
57+
"minimumFreeDiskSpaceInMB": 8,
58+
"minimumCpuSpeedInMHz": 4,
5859
"minimumSupportedOperatingSystem": {
5960
"@odata.type": "microsoft.graph.windowsMinimumOperatingSystem",
6061
"v10_1607": true
6162
},
6263
"notes": "CIPP Uploaded application",
63-
"minimumMemoryInMB": "1",
64+
"minimumMemoryInMB": 1,
6465
"setupFilePath": "install.ps1"
6566
}

AddMSPApp/ninjarmm.app.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"installCommandLine": "",
44
"uninstallCommandLine": "",
55
"description": " ",
6+
"publisher": "CIPP",
67
"developer": " ",
78
"owner": " ",
89
"informationUrl": " ",
910
"privacyInformationUrl": " ",
1011
"fileName": "ninjarmm.intunewin",
1112
"@odata.type": "#microsoft.graph.win32LobApp",
1213
"applicableArchitectures": "x86, x64",
13-
1414
"installExperience": {
1515
"runAsAccount": "system",
1616
"deviceRestartBehavior": "suppress",
@@ -22,18 +22,19 @@
2222
"path": "%ProgramData%\\NinjaRMMAgent",
2323
"fileOrFolderName": "ninjarmm-cli.exe",
2424
"check32BitOn64System": false,
25-
"detectionType": "exists"
25+
"detectionType": "exists",
26+
"operator": "notConfigured"
2627
}
2728
],
28-
"returncode": [
29+
"returnCodes": [
2930
{
3031
"returnCode": 0,
3132
"type": "success",
3233
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3334
},
3435
{
3536
"returnCode": 1707,
36-
"type": "Success",
37+
"type": "success",
3738
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
3839
},
3940
{
@@ -52,13 +53,13 @@
5253
"@odata.type": "#microsoft.graph.win32LobAppReturnCode"
5354
}
5455
],
55-
"minimumNumberOfProcessors": "1",
56-
"minimumFreeDiskSpaceInMB": "8",
57-
"minimumCpuSpeedInMHz": "4",
56+
"minimumNumberOfProcessors": 1,
57+
"minimumFreeDiskSpaceInMB": 8,
58+
"minimumCpuSpeedInMHz": 4,
5859
"minimumSupportedOperatingSystem": {
5960
"@odata.type": "microsoft.graph.windowsMinimumOperatingSystem",
6061
"v10_1607": true
6162
},
6263
"notes": "CIPP Uploaded application",
63-
"minimumMemoryInMB": "1"
64+
"minimumMemoryInMB": 1
6465
}

0 commit comments

Comments
 (0)