I have a powershell script in which I have implemented the should process method with a high ConfirmImpact to ensure a prompt occurs.
Prompting is working as expected however the default response when nothing is entered is "Y"
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"):
Is there a way to change the default response to "N"? I would like the user to have to explicitly enter Y if they want to apply the script. I've written a pretty heavy handed script and last thing I want is for the script user to just hit enter without verifying what they are applying it to.
I've read the documentation on it and there is no mention of this anywhere.