Merge pull request #366 from bradhawkins85/patch-9

Update community_scripts.json
This commit is contained in:
Dan 2021-04-04 23:21:52 -07:00 committed by GitHub
commit b3b0c4cd65
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"
}
]
]