-
Suggestion
-
Resolution: Done
When a powershell command attempts to prompt for user input the task just hangs (as there is no user to provide the input to the prompt dialog).
Powershell supports the -NonInteractive argument on its command line which disables the ability for commands to attempt to prompt. Unfortunately I do not believe it is possible to enable that non-interactive mode from within a running powershell session.