Update TGBeta.ps1
This commit is contained in:
@@ -1087,8 +1087,7 @@ try {
|
|||||||
"/installSVSMSPModule" {
|
"/installSVSMSPModule" {
|
||||||
if ($request.HttpMethod -eq "GET") {
|
if ($request.HttpMethod -eq "GET") {
|
||||||
try {
|
try {
|
||||||
write-host "toolkit would have installed"
|
Install-SVSMSP -InstallToolkit
|
||||||
#Install-SVSMSP -InstallToolkit
|
|
||||||
$responseString = "Install SVSMSP Module triggered successfully."
|
$responseString = "Install SVSMSP Module triggered successfully."
|
||||||
$response.StatusCode = 200
|
$response.StatusCode = 200
|
||||||
} catch {
|
} catch {
|
||||||
|
|||||||
Reference in New Issue
Block a user