Hi,
if have to execute a process or script from powershell and you have to capture the output you can use the System.Diagnostics.Process class.
I’ve written a simple function for this case 🙂
Continue reading Powershell: Execute a process and capture STDOUT and STDERR