Update StackMonkey.ps1

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

View File

@@ -88,21 +88,7 @@
# 1) ENTRYPOINT + PARAMETER DECLARATION # 1) ENTRYPOINT + PARAMETER DECLARATION
# ───────────────────────────────────────────────────────────────────────── # ─────────────────────────────────────────────────────────────────────────
function Invoke-ScriptMonkey { 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( [CmdletBinding(
DefaultParameterSetName='UI', DefaultParameterSetName='UI',
SupportsShouldProcess=$true, SupportsShouldProcess=$true,