Update StackMonkey.ps1

This commit is contained in:
2025-06-23 00:57:46 -04:00
parent 9b3f6c50ef
commit 9f51b84fd2

View File

@@ -133,17 +133,7 @@ $Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit'
throw "Failed to retrieve Datto API credentials from n8n"
}
# 2) pass them straight into the helper
Install-DattoRMM-Helper `
-ApiUrl $creds.ApiUrl `
-ApiKey $creds.ApiKey `
-ApiSecretKey $creds.ApiSecretKey `
-SiteUID $SiteUID `
-SiteName $SiteName `
-PushSiteVars:$PushSiteVars `
-InstallRMM:$InstallRMM `
-SaveCopy:$SaveCopy
return
#2) need to run the install-dattormm
}
}