Skip to content

Commit 4a4a0ee

Browse files
Merge pull request KelvinTegelaar#1095 from OwenIbarra/dev
Update MSP Apps
2 parents b77710c + 06cdb72 commit 4a4a0ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

AddMSPApp/Immybot.app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"owner": " ",
88
"informationUrl": " ",
99
"privacyInformationUrl": " ",
10-
"fileName": "ninjarmm.intunewin",
10+
"fileName": "immybot.intunewin",
1111
"@odata.type": "#microsoft.graph.win32LobApp",
1212
"applicableArchitectures": "x86, x64",
1313

@@ -19,7 +19,7 @@
1919
"detectionRules": [
2020
{
2121
"@odata.type": "#microsoft.graph.win32LobAppFileSystemDetection",
22-
"path": "%ProgramData%\\Immyboy\\Bin",
22+
"path": "%ProgramData%\\Immybot\\Bin",
2323
"fileOrFolderName": "Immybot.exe",
2424
"check32BitOn64System": false,
2525
"detectionType": "exists"

AddMSPApp/ninjarmm.app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"detectionRules": [
2020
{
2121
"@odata.type": "#microsoft.graph.win32LobAppFileSystemDetection",
22-
"path": "%ProgramData%\\Syncro\\Bin",
23-
"fileOrFolderName": "Syncro.Overmind.Service.exe",
22+
"path": "%ProgramData%\\NinjaRMMAgent",
23+
"fileOrFolderName": "ninjarmm-cli.exe",
2424
"check32BitOn64System": false,
2525
"detectionType": "exists"
2626
}

0 commit comments

Comments
 (0)