Prompt for input

Hi,

I need to run a custom PowerShell Script, but i need a user to pass a manual value - is there anyway to do this?

Thanks

Tommy

Hi Tommy,

Thanks for reaching out. There’s no way to prompt a user to enter a value during the deployment. What you can do is create a Prompted Variable, which will be prompted to the user before the deployment starts, and pass the value of that variable to your script.

Hope that helps,
Dalmiro