Update StackMonkey.ps1

This commit is contained in:
2025-06-29 04:28:56 -04:00
parent a3024818aa
commit 2e6061b269

View File

@@ -88,20 +88,6 @@
# 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',