Update SVSTaskGate.ps1

This commit is contained in:
2025-01-04 02:59:01 -05:00
parent d6e0c42db3
commit a23daa53ed

View File

@@ -867,6 +867,8 @@ try {
$installCommand += " -ApiUrl '$ApiUrl' -ApiKey '$ApiKey' -ApiSecretKey '$ApiSecretKey'" $installCommand += " -ApiUrl '$ApiUrl' -ApiKey '$ApiKey' -ApiSecretKey '$ApiSecretKey'"
try { try {
Write-LogHybrid -Message "Executing command: $installCommand" -Level "Info"
Invoke-Expression $installCommand Invoke-Expression $installCommand
$responseString = "RMM install triggered successfully." $responseString = "RMM install triggered successfully."
} }