<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx</link><description>Igor Moochnick announced the first release of PASH , an open source implementation of PowerShell.&amp;#160; (I tripled check the date on his blog to make sure it really said April 6th and not April 1st. :-) ).&amp;#160; This is really exciting stuff.&amp;#160; This</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#8369016</link><pubDate>Tue, 08 Apr 2008 16:11:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8369016</guid><dc:creator>davidacoder</dc:creator><description>&lt;p&gt;So you mean, if you removed those one or two pieces of code one might be able to take the PowerShell.exe and run it on mono just by itself?&lt;/p&gt;
&lt;p&gt;Quite frankly, wouldn't it be better at some point if MS just allowed some of its .Net binaries to run on Mono, instead of parallel projects cloning everything? I don't really see the point of the current situation, where everything gets written twice, while surely some of the .Net assemblies could with a little care just be delivered in such a way that they can run on mono...&lt;/p&gt;
&lt;p&gt;But cool news overall indeed!&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#8369269</link><pubDate>Tue, 08 Apr 2008 18:54:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8369269</guid><dc:creator>IgorM</dc:creator><description>&lt;p&gt;I agree with DavidACoder. At the beginning, when the idea of decoupling the PoSH from the Windows-specific code came to me - I was excited, but, after a couple of days trying to do this and failing - I was really disappointed.&lt;/p&gt;
&lt;p&gt; One more thing you do that doesn't work on Mono - you call Registry API in a bunch of different places. Why you couldn't do the same thing with a config file?&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#8369901</link><pubDate>Tue, 08 Apr 2008 23:37:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8369901</guid><dc:creator>whaley</dc:creator><description>&lt;p&gt;why would I want Powershell on the aforementioned machines that already have bash and common unix utilities already installed and used as the default shell. &lt;/p&gt;</description></item><item><title>Pash(PowerShellのオープンソース実装、他OS対応)開発が始まっている</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#8370052</link><pubDate>Wed, 09 Apr 2008 00:26:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8370052</guid><dc:creator>米田 Blog ( SQL Server MEMO )</dc:creator><description>&lt;p&gt;Pash(PowerShellのオープンソース実装、他OS対応)開発が始まっている&lt;/p&gt;
</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#8370166</link><pubDate>Wed, 09 Apr 2008 01:10:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8370166</guid><dc:creator>Cmdr Flibberty Jibbitz</dc:creator><description>&lt;p&gt;If there is customer demand, and there are so few dependencies on Windows, the best possible thing would be to just open source PowerShell and get the community to port the software to the various other platforms, removing the Windows-isms and other bits and make it truly cross platform.&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#8370587</link><pubDate>Wed, 09 Apr 2008 03:48:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8370587</guid><dc:creator>Eric</dc:creator><description>&lt;p&gt;Nice work Igor. That's an impressive bit of work. I want to commend the PowerShell team for carrying so much about interoperability for the two projects. It really brings up a much larger issue for you.&lt;/p&gt;
&lt;p&gt;PowerShell isn't a money maker for Microsoft. You're probably not going to sell much software solely based on PowerShell. If you build your version of PowerShell you have one &amp;quot;feature&amp;quot;. If Igor builds his version you still have one feature, with two different implementations. As a whole, the community gains nothing but you've doubled the amount of work. If Igor and you work together couldn't you make one implementation of an even better project? In that case, PowerShell is still revenue neutral (possibly positive because you need fewer paid employees to work on PowerShell) but it's a better, more full-featured product. I know I'm going through a standard open-source argument but with the kind of interoperability you're suggesting isn't that just the next logical step?&lt;/p&gt;
&lt;p&gt;Don't get me wrong; I love that you're supportive of the efforts of Mono and Pash. If you don't move towards open-sourcing these products that's your choice. It just seems like everyone is doing a ton more work for programs that are free to start off with.&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#8370655</link><pubDate>Wed, 09 Apr 2008 04:29:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8370655</guid><dc:creator>Joel "Jaykul" Bennett</dc:creator><description>&lt;p&gt;If you like the idea so much ... why not contribute some code? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Wouldn't it be a lot easier to be a part of this, and thus guarantee a portable, cross-platform implementation where at least the language syntax was the same (this one isn't, yet), than to sit around hoping that all the 3rd party developers won't like this implementation better? &lt;/p&gt;
&lt;p&gt;I obviously don't know all the internal politics, but a portable, cross-platform, and open source implementation -- if it gets even close to being compatible -- is going to make it difficult to argue that the closed-source windows-only one produced by Microsoft should be &amp;quot;the&amp;quot; standard.&lt;/p&gt;
&lt;p&gt;In fact, given a bit more progress towards compatibility ... portable cross-platform apps would be a big temptation for houses that are basing their products on PowerShell (be it hosts, cmdlets, or apps like exchange).&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#8371053</link><pubDate>Wed, 09 Apr 2008 07:28:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8371053</guid><dc:creator>Patrick</dc:creator><description>&lt;p&gt;I agree with the other posters. &amp;nbsp;If only a few calls are all that keep PowerShell running on Mono, then do it! &amp;nbsp;Powershell being a Windows-only tool is the main thing that keeps me from being interested in it. &amp;nbsp;Why use Powershell when I can just write nice script code in something like Ruby that works on a multitude of platforms?&lt;/p&gt;
&lt;p&gt;A from the ground of rewrite of Powershell that is only 50% complete that will always be behind the Windows-based Powershell - all because Microsoft can't be bothered to make their code use only pure .Net code? &amp;nbsp;C'mon guys.&lt;/p&gt;
&lt;p&gt;There should be only one distribution of Powershell (preferably open-sourced like WiX) and it should be cross-platform. &amp;nbsp;Until then, it's no better than Windows-only VBScript in my eyes and since I work in multiple environments, unless it works equally in all of them, there's no point.&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#8371193</link><pubDate>Wed, 09 Apr 2008 08:30:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8371193</guid><dc:creator>Aaron</dc:creator><description>&lt;p&gt;I second the sentiments here. &amp;nbsp;Its kind of silly to have two small relatively platform independent projects doing the same thing.&lt;/p&gt;</description></item><item><title>PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#8371643</link><pubDate>Wed, 09 Apr 2008 11:10:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8371643</guid><dc:creator>News</dc:creator><description>&lt;p&gt;Igor Moochnick announced the first release of PASH , an open source implementation of PowerShell. (I&lt;/p&gt;
</description></item><item><title>PowerShell v2.0</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#8372242</link><pubDate>Wed, 09 Apr 2008 15:40:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8372242</guid><dc:creator>dummy</dc:creator><description>&lt;p&gt;When is PowerShell v2.0 going to be released?&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#8373277</link><pubDate>Wed, 09 Apr 2008 23:57:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8373277</guid><dc:creator>karl prosser</dc:creator><description>&lt;p&gt;Congrats Igor, I have been watching you with this project for some time, and hope to see it successful and that many others will jump on board.&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#8720427</link><pubDate>Fri, 11 Jul 2008 10:03:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8720427</guid><dc:creator>kram1024</dc:creator><description>&lt;p&gt;or you can add support in powershell for gnu coreutils and make ls, chmod, etc. available under it.&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#9393003</link><pubDate>Tue, 03 Feb 2009 13:19:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9393003</guid><dc:creator>majkinetor</dc:creator><description>&lt;p&gt;The problem with Power Shell portability is exactly the same as anything else Microsoft did with dotNet.&lt;/p&gt;
&lt;p&gt;To be honest, I rly don't see a point of dotNet today, nor products developed in it. I do program in C# every day and I do love everything about it and I do like Power Shell a lot, but that doesn't stop me for being rational.&lt;/p&gt;
&lt;p&gt;Peter in his comments above was absolutely right - Why .Net ? Why not VBScript or just plain C. Microsoft created .Net as response to Java, but unlike Sun which provided binaries and support for each platform out there, MS choosed to support only Windows and let the community do all the job on other places (luckily there are folks like Google, Novell, Igor...) and lets be clear, its a lot of job, it needs to be organised and standardised across platforms, not something passionate programmerers can handle the way it should be.&lt;/p&gt;
&lt;p&gt;There are even open source communities like Portable Net (alternative to Mono) which develop *nx dotNet framework only to prevent MS hooking everybody to their proprietary .Net implementation and after tones of programms written in it, become 100% dependent on it, and thus MS Windows.&lt;/p&gt;
&lt;p&gt;Its well known fact that MS is trying to kill all open source so you can't expect MS to officially support PS on linux. &lt;/p&gt;
&lt;p&gt;And that situation really sux, because PS is probably the best thing MS ever did, and aside for its greatest side effect of eventual total removal of the worst shell that ever existed (cmd.exe) from the Windows, it most definitely wont go further then that when MS plans are in question.&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#9412948</link><pubDate>Wed, 11 Feb 2009 19:21:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9412948</guid><dc:creator>Assistant Village Idiot</dc:creator><description>&lt;p&gt;majkinetor,&lt;/p&gt;
&lt;p&gt;.NET != Java. &amp;nbsp;Java is a programming language, .NET is a framework encompassing many languages.&lt;/p&gt;
&lt;p&gt;And Powershell rules! &amp;nbsp;But checking the status of PASH, it seems development has slowed, if not stopped. &amp;nbsp;That's too bad, Powershell is far superior to anything on Unix.&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#9550064</link><pubDate>Wed, 15 Apr 2009 08:16:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9550064</guid><dc:creator>kevin</dc:creator><description>&lt;p&gt;AVI, its great to be a Powershell fanboi, but please take a moment to re-read your post. Where would Java be without the *many* frameworks and the community around it ? I dont code in .NET, so I dont criticise it - enough said.&lt;/p&gt;
&lt;p&gt;As for Powershell being 'far superior to anything in Unix', please re-read a lot of the early posts from Jeffrey and other members of the PS team : they have drawn much of their inspiration from *nix tools, and freely admit that Powershell is a work in progress. Personally, I think its the best thing ever to come out of Redmond, but that doesnt mean that I am prepared to criticise everything else in the dev universe. Spend some time actually developing a true cross-platform application in Python or Ruby (Windows, OS X, any *nix flavour), then come back and tell me whether its 'far inferior' to Powershell. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Disclaimer: I cut Perl for a living, on a Linux desktop, so I may not be completely impartial :) &lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#9890930</link><pubDate>Thu, 03 Sep 2009 18:00:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9890930</guid><dc:creator>Woodrow Jarvis Hill</dc:creator><description>&lt;p&gt;Actually, Java -- or, the JVM -- supports many languages; I've worked some in Groovy, for example, and there are other languages like Sleep &amp;nbsp;which are implemented only on the JVM.&lt;/p&gt;
&lt;p&gt;And a quick Google search pulls up a &amp;lt;a href=&amp;quot;&lt;a rel="nofollow" target="_new" href="http://en.wikipedia.org/wiki/List_of_JVM_languages&amp;quot;&amp;gt;List"&gt;http://en.wikipedia.org/wiki/List_of_JVM_languages&amp;quot;&amp;gt;List&lt;/a&gt; of JVM languages&amp;lt;/a&amp;gt; on Wikipedia, which some of the ports of other languages to the JVM.&lt;/p&gt;
&lt;p&gt;So, although maybe not originally sun's point with Java, .NET and it occupy much the same space.&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#9891050</link><pubDate>Thu, 03 Sep 2009 22:04:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9891050</guid><dc:creator>James Randall</dc:creator><description>&lt;p&gt;Those who do not understand Unix are doomed to re-invent it. Poorly. - Henry Spencer&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#9894469</link><pubDate>Sat, 12 Sep 2009 05:42:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9894469</guid><dc:creator>VMSYSADMIN</dc:creator><description>&lt;p&gt;Just came from VMworld 2009 last week. &amp;nbsp;Took several PowerCLI sessions/labs which includes 160 PowerShell command extensions for managing VMs, vSphere 4, etc.&lt;/p&gt;
&lt;p&gt;I'd be interesting in helping / testing PowerCLI from PASH.&lt;/p&gt;
&lt;p&gt;Let me know if there is interest.&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#9898132</link><pubDate>Tue, 22 Sep 2009 21:25:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9898132</guid><dc:creator>Abigsky</dc:creator><description>&lt;p&gt;I use PowerShell to manage Wintel servers and virtual servers; with the VMware vSphere PowerCLI I manage vCenter and some aspects of VMs.&lt;/p&gt;
&lt;p&gt;I think a PowerShell PowerCLI &amp;nbsp;for LINUX will help me a lot. I'll be able to manage LINUX based serves and virtual servers in the same method I manage everything else.&lt;/p&gt;
&lt;p&gt;Doing it without having to learn another language is great. Since I'm still fairly new to LINUX, have had little time to master it as oi would like to, and no training budget.&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#9898723</link><pubDate>Thu, 24 Sep 2009 02:51:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9898723</guid><dc:creator>karim</dc:creator><description>&lt;p&gt;If the whole point of .net was to compete with Java (and we all know it was!!) then why can't Microsoft keep windows32 calls out of their .net implementations. &lt;/p&gt;
&lt;p&gt;I've never heard of a Solaris only implementation of java. &lt;/p&gt;
&lt;p&gt;As far as I know Sun has released java virtual machines for linux and windows without relying on the open source community to do their dirty work. Even though open source alternatives have followed suit.&lt;/p&gt;
&lt;p&gt;The fact that sun isn't the leading computer company is just rediculous. They obviously know their $#&amp;amp;*.&lt;/p&gt;</description></item><item><title>re: PowerShell on Linux, Solaris, Mac, PHONES!!! etc</title><link>http://blogs.msdn.com/powershell/archive/2008/04/08/powershell-on-linux-solaris-mac-etc.aspx#9918172</link><pubDate>Thu, 05 Nov 2009 19:18:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9918172</guid><dc:creator>Name</dc:creator><description>&lt;p&gt;PowerShell - AFSL (Another Scripting Language).&lt;/p&gt;
&lt;p&gt;Can't Microsoft just settle on one scripting language and get rid of all the rest? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;It is absolutely ridiculous to think Linux, Mac, Unix, or any other operating system should change just for Microsoft.&lt;/p&gt;
&lt;p&gt;Microsoft can't even get their JScript to do an HTTP file upload simply. &amp;nbsp;Calling a VB.Net program from JScript to do the aforementioned file upload can not be done simply.&lt;/p&gt;
&lt;p&gt;Why does Microsoft waste the time of so many people?&lt;/p&gt;</description></item></channel></rss>