Powershell: Logging events in a GUI
This post will take a look at providing Powershell script output within a WPF GUI. The code will display a log of messages that would usually be sent to the console, but are easily missed by users when interacting with a GUI. This also makes it simple to display output from…
more ...