Update StackMonkey.ps1

This commit is contained in:
2025-06-23 00:34:55 -04:00
parent 86625753b1
commit 14defa8ff1

View File

@@ -70,7 +70,7 @@ $Port = 8082
$Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit' $Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit'
function Invoke-ScriptMonkey {
#region ScriptMonkey run silently Entrypoint #region ScriptMonkey run silently Entrypoint
[CmdletBinding(DefaultParameterSetName='UI')] [CmdletBinding(DefaultParameterSetName='UI')]
param( param(
@@ -144,7 +144,7 @@ function Invoke-ScriptMonkey {
return return
} }
} }
}
# STACK = Scripted Tooling for Automated Client Kickoff # STACK = Scripted Tooling for Automated Client Kickoff
# MONKEY = Module-based Onboarding & Next-step Kickoff Engine Yoke # MONKEY = Module-based Onboarding & Next-step Kickoff Engine Yoke