Update StackMonkey.ps1

This commit is contained in:
2025-06-23 01:37:55 -04:00
parent 0589ecfc6f
commit fc61c1c53f

View File

@@ -1,5 +1,5 @@
# region changes to be done
# line 415 - 424 would get th url key and secret from n8n for line 134-147
#endregion
@@ -134,6 +134,7 @@ $Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit'
# 2) call the existing cmdlet from your module
# (make sure you've already done Import-Module SVSMSP or the module that contains it)
# line 415 - 424 would get th url key and secret from n8n
Install-DattoRMM `
-ApiUrl $creds.ApiUrl `
-ApiKey $creds.ApiKey `