How can I input "yes" as an answer to an interactive question in a PowerShell session? I know, in Bash, Yes
is the tool to answer "yes" on the prompt. In my situation, I can't suppress the prompt.
The script I'm running stops at
Please reply "yes" if you want to continue:
How powershell can run the script and "answer" yes when pompted?