Update TGBeta.ps1

This commit is contained in:
2025-01-25 18:20:19 -05:00
parent d2b8162551
commit ec5f469bb2

View File

@@ -1512,7 +1512,7 @@ try {
"/offboard/uninstallThreatLocker" {
try {
Uninstall-ThreatLocker
$responseString = "Uninstalled ThreatLocker successfully."
$response.StatusCode = 200
} catch {
@@ -1523,7 +1523,7 @@ try {
"/offboard/uninstallCyberQP" {
try {
Uninstall-CyberQP
$responseString = "Uninstalled CyberQP successfully."
$response.StatusCode = 200
} catch {