From 17632093b03aada8ee792424e30aeb8d46c47e6f Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 5 Jan 2025 19:14:47 -0500 Subject: [PATCH] Update SVSTaskGate.ps1 --- SVSTaskGate.ps1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index 4e9697f..1a0ed6d 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -181,7 +181,7 @@ function Install-SVSMSP { "Install-CyberQP", "Install-RocketCyber", "Install-Splashtop", - "Install-Threatlocker" + "Install-ThreatLocker" ), # Log file path @@ -711,7 +711,7 @@ function GetHtmlContent { const installSplashtop = document.querySelector('input[name="installSplashtop"]'); const installSVSHelpDesk = document.querySelector('input[name="installSVSHelpDesk"]'); const installSVSWatchtower = document.querySelector('input[name="installSVSWatchtower"]'); - const installThreatLocker = document.querySelector('input[name="installThreatlocker"]'); + const installThreatLocker = document.querySelector('input[name="installThreatLocker"]'); const installRocketCyber = document.querySelector('input[name="installRocketCyber"]'); if (installDattoRMM.checked) { @@ -1013,11 +1013,11 @@ try { $response.OutputStream.Close() } - "/installThreatlocker" { + "/installThreatLocker" { if ($request.HttpMethod -eq "GET") { - Install-Threatlocker + Install-ThreatLocker } - $responseString = "Install Threatlocker triggered." + $responseString = "Install ThreatLocker triggered." $buffer = [System.Text.Encoding]::UTF8.GetBytes($responseString) $response.ContentType = "text/plain" $response.ContentLength64 = $buffer.Length