We have recently been doing a small bit of work with PowerShell, and an ASP.Net front-end. This was provided to help an IT department manage their users in both AD and unix, whilst creating/disabling Exchange mailboxes and making calls to a number of web services. So, we created a web front end that called some PowerShell scripts to do the relevant things. However, we needed to report back to the user on the progress of these scripts, so I created a really simple logging system to do this.
[More]