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”