diff --git a/api/tacticalrmm/scripts/community_scripts.json b/api/tacticalrmm/scripts/community_scripts.json index 186b3b9a..16c12ff0 100644 --- a/api/tacticalrmm/scripts/community_scripts.json +++ b/api/tacticalrmm/scripts/community_scripts.json @@ -306,5 +306,15 @@ "description": "Finish installing updates and shutdown PC", "shell": "powershell", "category": "TRMM (Win):Other" + }, + { + "guid": "e09895d5-ca13-44a2-a38c-6e77c740f0e8", + "filename": "ScreenConnectAIO.ps1", + "submittedBy": "https://github.com/bradhawkins85", + "name": "ScreenConnect AIO", + "description": "Install, Uninstall, Start and Stop ScreenConnect Access Agent", + "args": ["-serviceName", "{{client.ScreenConnectService}}", "-url", "{{client.ScreenConnectInstaller}}", "-action", "install"], + "default_timeout": "90", + "shell": "powershell" } -] \ No newline at end of file +]