Update TGBeta.ps1

This commit is contained in:
2025-01-08 00:01:10 -05:00
parent b43eb95e98
commit 7e1faad50e

View File

@@ -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 {