diff --git a/TGBeta.ps1 b/TGBeta.ps1 index d51b54e..e84fec9 100644 --- a/TGBeta.ps1 +++ b/TGBeta.ps1 @@ -1087,8 +1087,7 @@ try { "/installSVSMSPModule" { if ($request.HttpMethod -eq "GET") { try { - write-host "toolkit would have installed" - #Install-SVSMSP -InstallToolkit + Install-SVSMSP -InstallToolkit $responseString = "Install SVSMSP Module triggered successfully." $response.StatusCode = 200 } catch {