#Is there a Mandatory action preference?
6 messages · Page 1 of 1 (latest)
you can launch pwsh with -NonInteractive.
pwsh -NoProfile -NonInteractive -Command 'Get-Content'
^ throws
yeah ofc, it disables all interactive prompts
Instead of making it mandatory, you could give it a default value of $(throw 'Your message here')