Update SVSTaskGate.ps1
This commit is contained in:
@@ -711,8 +711,7 @@ function GetHtmlContent {
|
|||||||
if (checkedValues.includes('exe')) {
|
if (checkedValues.includes('exe')) {
|
||||||
installRMMCommand += ' -SaveCopy';
|
installRMMCommand += ' -SaveCopy';
|
||||||
}
|
}
|
||||||
console.log("Final RMM Command:", installRMMCommand);
|
|
||||||
|
|
||||||
// Now send this command in the JSON payload
|
// Now send this command in the JSON payload
|
||||||
const payload = {
|
const payload = {
|
||||||
installRMMCommand,
|
installRMMCommand,
|
||||||
|
|||||||
Reference in New Issue
Block a user