Do PowerShell scripts run under Mono?
mono, powershell
Solution
There is an open source version of PowerShell called Pash designed for Mono. It is not complete, but may be able to do what you need:
http://pash.sourceforge.net/ (this project has not been active for quite some time)
Checkout the re-start at: Pash-Project on GitHub.
Problem
Do PowerShell scripts run under Mono? I would like to run them on a Mac.