Hi All,
I'm writing a wrapper for some Exchange 2007 Powershell Cmdlets in C#. One of those cmdlets uses Write-Progress to create a progress bar. Does anyone here have any experience with capturing the output of those Write-Progress events, and using them to display a graphical progress bar in a WinForms C# Application?