Update SVSTaskGate.ps1
This commit is contained in:
@@ -702,9 +702,9 @@ function GetHtmlContent {
|
|||||||
const checkedValues = Array.from(DattoRMMCheckbox).map(c => c.value);
|
const checkedValues = Array.from(DattoRMMCheckbox).map(c => c.value);
|
||||||
|
|
||||||
// Predefined PowerShell global variables passed into JavaScript
|
// Predefined PowerShell global variables passed into JavaScript
|
||||||
const ApiUrl = "$global:ApiUrl";
|
// const ApiUrl = "$global:ApiUrl";
|
||||||
const ApiKey = "$global:ApiKey";
|
// const ApiKey = "$global:ApiKey";
|
||||||
const ApiSecretKey = "$global:ApiSecretKey";
|
// const ApiSecretKey = "$global:ApiSecretKey";
|
||||||
|
|
||||||
let installRMMCommand = `Install-DattoRMM -ApiUrl '${ApiUrl}' -ApiKey '${ApiKey}' -ApiSecretKey '${ApiSecretKey}'`;
|
let installRMMCommand = `Install-DattoRMM -ApiUrl '${ApiUrl}' -ApiKey '${ApiKey}' -ApiSecretKey '${ApiSecretKey}'`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user