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." }