Update StackMonkey.ps1
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user