martin Re: Logging to console or variable with powershell and .net assembly 2015-10-02 No, it's not possible.
perry99 Logging to console or variable with powershell and .net assembly 2015-09-30 16:02 Hello, using powershell and .net assembly, is it possible to write the SessionLog to console or a variable without writing it to a file first? I could write the log with something like: $session.SessionLogPath = ("c:\Sessionlog.log") and then display it on console. Is there a way to write the output directly to console?