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