I am executing a script in a dashboard using “Invoke-PSUScript” my form passes through various parameters successfully, however there is a couple of sections in the script where the user is prompted for input via “Read-Host”
This work perfectly when executing the script directly under automations > Script and it then prompts via the “feedback” button.
Is there any way to have this feedback pop up inside the dashboard for the user to provide the required input?
Yep. These were implemented. You shouldn’t have to do anything in your dashboard for either of those to show up. Anything that triggers Read-Host or Write-Progress will surface in a dashboard.