Update SVSTaskGate.ps1

This commit is contained in:
2025-01-05 02:02:41 -05:00
parent 07fbc4b094
commit 4af0c9e5e7

View File

@@ -702,9 +702,9 @@ function GetHtmlContent {
const checkedValues = Array.from(DattoRMMCheckbox).map(c => c.value);
// Predefined PowerShell global variables passed into JavaScript
const ApiUrl = "$global:ApiUrl";
const ApiKey = "$global:ApiKey";
const ApiSecretKey = "$global:ApiSecretKey";
// const ApiUrl = "$global:ApiUrl";
// const ApiKey = "$global:ApiKey";
// const ApiSecretKey = "$global:ApiSecretKey";
let installRMMCommand = `Install-DattoRMM -ApiUrl '${ApiUrl}' -ApiKey '${ApiKey}' -ApiSecretKey '${ApiSecretKey}'`;