From a23daa53edabd974bb354e411ebb1216984df039 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sat, 4 Jan 2025 02:59:01 -0500 Subject: [PATCH] Update SVSTaskGate.ps1 --- SVSTaskGate.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index 621a8b9..af085f7 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -867,6 +867,8 @@ try { $installCommand += " -ApiUrl '$ApiUrl' -ApiKey '$ApiKey' -ApiSecretKey '$ApiSecretKey'" try { + Write-LogHybrid -Message "Executing command: $installCommand" -Level "Info" + Invoke-Expression $installCommand $responseString = "RMM install triggered successfully." }