added line 1025

This commit is contained in:
2025-07-02 22:16:10 -04:00
parent a62bc96dcb
commit 38a1163943

View File

@@ -1121,6 +1121,9 @@ $script
$raw = (New-Object IO.StreamReader $Context.Request.InputStream).ReadToEnd()
$pw = (ConvertFrom-Json $raw).password
# ★ Store it globally for the next call ★
$Global:WebhookPassword = $pw
# 2) Delegate to your unified function
$sites = Install-DattoRMM `
-UseWebhook `