Update StackMonkey.ps1
This commit is contained in:
@@ -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 `
|
||||
|
||||
Reference in New Issue
Block a user