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