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