From a7e65c2b41546459ceaf02d04bb5ef93030c5727 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 29 Jun 2025 13:30:46 -0400 Subject: [PATCH] line 124 --- StackMonkey.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 4d35fdc..fbfcef7 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -121,6 +121,8 @@ [Parameter(ParameterSetName='DattoInstall')][switch] $SaveCopy ) +Write-Host "ParameterSetName: $($PSCmdlet.ParameterSetName)" -ForegroundColor Yellow + #region — guarantee NuGet provider is present without prompting # ─── Top of script ───