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"
|
throw "Failed to retrieve Datto API credentials from n8n"
|
||||||
}
|
}
|
||||||
|
|
||||||
# 2) pass them straight into the helper
|
#2) need to run the install-dattormm
|
||||||
Install-DattoRMM-Helper `
|
|
||||||
-ApiUrl $creds.ApiUrl `
|
|
||||||
-ApiKey $creds.ApiKey `
|
|
||||||
-ApiSecretKey $creds.ApiSecretKey `
|
|
||||||
-SiteUID $SiteUID `
|
|
||||||
-SiteName $SiteName `
|
|
||||||
-PushSiteVars:$PushSiteVars `
|
|
||||||
-InstallRMM:$InstallRMM `
|
|
||||||
-SaveCopy:$SaveCopy
|
|
||||||
return
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user