I can't seem to find a right way to show the output of a PowerShell instance when created in C#. I'm using the System.Management.Automation that creates a PowerShell instance with:
PowerShell ps = PowerShell.Create();
The specific thing I want to know is; where can I find an output of what this instance does in the backend?
2.1m questions
2.1m answers
60 comments
57.0k users