Update StackMonkey.ps1

This commit is contained in:
2025-06-23 00:37:42 -04:00
parent 14defa8ff1
commit 9b3f6c50ef

View File

@@ -63,11 +63,7 @@
#>
# Listening port for HTTP UI
$Port = 8082
# Configurable endpoints
$Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit'
@@ -116,6 +112,12 @@ $Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit'
[switch] $SaveCopy
)
# Listening port for HTTP UI
$Port = 8082
# Configurable endpoints
$Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit'
switch ($PSCmdlet.ParameterSetName) {
'Toolkit' {
Write-LogHelper "Toolkit-only mode" Info Startup