Update TGBeta.ps1
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user