Display Output During Execution

Product: PowerShell Universal
Version: 2026.1.2

Hi.

I just discovered the possibility to show a script in the portal, (ie the “portal” tab in the “edit script properties”) this could potentially save me loads of work. The one thing that I can’t get to work though is the “Display Output During Execution”, isn’t it supposed to make the output get printed out in real time to the user? It doesn’t for me, no matter if I check it or not all output is presented once the script is finished. I tried it with scripts doing things like this:

Write-Output “1”
Start-Sleep -Seconds 5
Write-Output “2”

I noticed that as well when I was using the portal a lot. Check the history tab in the portal and select the running job. If I remember correctly, the output is more consistent there and you will be able to respond to feedback.

That doesn’t really solve this unfortunately. My aim is to provide an easy way for our first line to run scripts, input some parameters and see how it goes in real time.

We used the pages in PSU 4 with the “Show Output” checked, I’m trying to find a good way to reproduce this in PSU 5…