From e86a511050e95a5ce08cf8b7b0ff20b9a5d7120f Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 5 Jan 2025 03:32:48 -0500 Subject: [PATCH] Update SVSTaskGate.ps1 --- SVSTaskGate.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SVSTaskGate.ps1 b/SVSTaskGate.ps1 index 2ff1f9a..6160de0 100644 --- a/SVSTaskGate.ps1 +++ b/SVSTaskGate.ps1 @@ -884,7 +884,7 @@ try { } # Step 4: Build the PowerShell Command Dynamically - $installRMMCommand = "Install-DattoRMM -ApiUrl '$ApiUrl' -ApiKey '$ApiKey' -ApiSecretKey '$ApiSecretKey'" + $installRMMCommand = "Install-DattoRMM -ApiUrl '$ApiUrl' -ApiKey '$ApiKey' -ApiSecretKey '$ApiSecretKey' -SiteName $Name -SiteUID $UID " if ($checkedValues -contains 'inputVar') { $installRMMCommand += " -PushSiteVars"