Do PowerShell scripts run under Mono? I would like to run them on a Mac.
+9
A:
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:
jpobst
2009-07-05 02:03:10
Very probably not. Pash is unfortunately (a) very incomplete and (b) hasn't seen any activity for about a year.
Joey
2009-07-05 09:28:44
One of the the ubuntu pash team has just been accepted to do a GSOC on it.
Bob Blanchett
2009-07-26 14:12:08
A:
Does the PowerShell program run under Mono on a Mac? If not, is there some other program that can run PowerShell scripts? If no to both, then the answer is no.
John Saunders
2009-07-05 02:04:04
+2
A:
The powershell.exe stub is actually a native win32 program, not a managed assembly. It may be possible in the future to host the System.Management.Automation assembly in Mono, but I'm fairly sure it doesn't work at the moment.
-Oisin
x0n
2009-07-07 19:48:29