Possible Duplicate:
Do PowerShell scripts run under Mono?
Alright, I've been tasked with getting PowerShell scripts to run on a CentOS 5.7 box using the PowerShell automation libraries with .NET. This means I have to run this on Mono, but I'm getting a slew of errors about missing references. Here is the tutorial I am using: http://www.codeproject.com/Articles/18229/How-to-run-PowerShell-scripts-from-C
The Mono project compatibility page (http://www.mono-project.com/Compatibility) doesn't say whether it supports Powershell or not. I find it hard to believe that a project like Mono would not have these important libraries.