From 2e6061b2696c96995281b44bc32815cc7e4a14d6 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 29 Jun 2025 04:28:56 -0400 Subject: [PATCH] Update StackMonkey.ps1 --- StackMonkey.ps1 | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index ece368f..cc331d8 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -88,21 +88,7 @@ # 1) ENTRYPOINT + PARAMETER DECLARATION # ───────────────────────────────────────────────────────────────────────── function Invoke-ScriptMonkey { - [CmdletBinding( - DefaultParameterSetName='UI', - SupportsShouldProcess=$true, - ConfirmImpact='Medium' - )] - param( - [Parameter(Mandatory,ParameterSetName='Toolkit')] [switch]$SilentInstall, - [Parameter(Mandatory,ParameterSetName='DattoFetch')] - [Parameter(Mandatory,ParameterSetName='DattoInstall')] - [string]$N8nPassword, - … - ) - - # — all of your modules, helpers, functions, etc. go here — - + [CmdletBinding( DefaultParameterSetName='UI', SupportsShouldProcess=$true,