From 14defa8ff13ff2fd088c0ba7123db247704bbb5e Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Mon, 23 Jun 2025 00:34:55 -0400 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 2c2c834..fbbb601 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -70,7 +70,7 @@ $Port = 8082 $Global:DattoWebhookUrl = 'https://automate.svstools.ca/webhook/svsmspkit' -function Invoke-ScriptMonkey { + #region ScriptMonkey run silently Entrypoint [CmdletBinding(DefaultParameterSetName='UI')] param( @@ -144,7 +144,7 @@ function Invoke-ScriptMonkey { return } } -} + # STACK = Scripted Tooling for Automated Client Kickoff # MONKEY = Module-based Onboarding & Next-step Kickoff Engine Yoke