From 89ca39fc2b6230f6def1f51a8312957443f38a35 Mon Sep 17 00:00:00 2001 From: David Rudduck <47308254+davidrudduck@users.noreply.github.com> Date: Mon, 3 May 2021 11:31:49 +1000 Subject: [PATCH] Update Win_ScreenConnectAIO.ps1 --- scripts/Win_ScreenConnectAIO.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Win_ScreenConnectAIO.ps1 b/scripts/Win_ScreenConnectAIO.ps1 index 4c5db1a8..a42bbede 100644 --- a/scripts/Win_ScreenConnectAIO.ps1 +++ b/scripts/Win_ScreenConnectAIO.ps1 @@ -1,7 +1,7 @@ <# -Requires global variables for serviceName "ScreenConnectService" and url "ScreenConnectInstaller" +Requires global variables for serviceName "ScreenConnectService" and url "ScreenConnectInstaller"' serviceName is the name of the ScreenConnect Service once it is installed EG: "ScreenConnect Client (1327465grctq84yrtocq)" -url is the path the download the exe version of the ScreenConnect Access installer +url is the path the download the exe version of the ScreenConnect Access installer' Both variables values must start and end with " (Prior to TRMM Version 0.6.5), remove / don't use " on TRMM Version 0.6.5 or later. Also accepts uninstall variable to remove the installed instance if required. #>