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 ───