I have some Powershell objects (created with [PowerShell]::Create()
) acting as threads in my powershell application.
How can I show the streams data (Verbose and Error streams) on the invoker's console, during the run itself, and not only after the thread terminates?