From dc4113d25330c0f543b0809482c503e7452bfac9 Mon Sep 17 00:00:00 2001 From: cpayne Date: Mon, 8 Dec 2025 16:38:14 -0500 Subject: [PATCH] Update globalurl for dattormm to use BANANAS --- samy.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samy.ps1 b/samy.ps1 index fad191c..cfae5b0 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -236,7 +236,7 @@ $ConfirmPreference = 'None' $Port = 8082 # Configurable endpoints - $Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit' + $Global:DattoWebhookUrl = 'https://bananas.svstools.ca/dattormm' # SAMY asset config (change branch or base once and it updates everything) $Script:SamyBranch = 'beta' # or 'main' @@ -2591,7 +2591,7 @@ function Install-DattoRMM { } try { $resp = Invoke-RestMethod -Uri $WebhookUrl ` - -Headers @{ SVSMSPKit = $WebhookPassword } ` + -Headers @{ SAMYPW = $WebhookPassword } ` -Method GET $ApiUrl = $resp.ApiUrl $ApiKey = $resp.ApiKey