Merge pull request #366 from bradhawkins85/patch-9
Update community_scripts.json
This commit is contained in:
commit
b3b0c4cd65
|
@ -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"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue