Search code examples
powershellazure-powershell

Is there a way to bypass the Power-Shell confirmation(Y/N) prompt?


Is there a way to bypass the PowerShell cmdlet's confirmation prompt (Yes/No) which is not included in the module's function.

Any suggestions or advice will be appreciated.


Solution

  • Using ECHO Y | powershell worked fine locally