Update community_scripts.json

add ScreenConnectAIO.ps1
This commit is contained in:
bradhawkins85 2021-04-05 16:18:29 +10:00 committed by GitHub
parent 6c328deb08
commit ea68d38b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -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"
}
]
]