Stories
Slash Boxes
Comments

SoylentNews is people

posted by martyb on Friday August 19 2016, @06:39AM   Printer-friendly
from the don't-BASH-this-idea dept.

Some exceedingly odd news today from the world of Microsoft:

Today's customers live in a multi-platform, multi-cloud, multi-OS world – that's just reality. This world brings new challenges and customers need tools to make everything work together. Microsoft is working company-wide to deliver management tools that empower customers to manage any platform, from anywhere, on any device, using Linux or Windows. This shift to a more open, customer-obsessed approach to deliver innovation is one of the things that makes me most excited to come to work every day.

You've heard Satya Nadella say "Microsoft loves Linux" and that's never been more true than now. Nearly one in three VMs on Azure are Linux. Nearly 60 percent of third-party IaaS offers in the Azure Marketplace are open source software (OSS). We have forged strong industry partners to extend choice to our customers. We've announced SQL Server on Linux, as well as open sourced .NET. We added Bash to Windows 10 to make it a great platform for developing OSS. And, we're active contributors and participants to numerous open source projects (e.g. OpenSSH, FreeBSD, Mesos, Docker, Linux and many more) across the industry.

Today, we are taking the next step in our journey. I am extremely excited to share that PowerShell is open sourced and available on Linux. (For those of you who need a refresher, PowerShell is a task-based command-line shell and scripting language built on the .NET Framework to help IT professionals control and automate the administration of the Windows, and now Linux, operating systems and the applications that run on them.) I'm going to share a bit more about our journey getting here, and will tell you how Microsoft Operations Management Suite can enhance the PowerShell experience.

I have no words. Well, I do but they're mostly of the four-letter variety and in random order.


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Friday August 19 2016, @08:20AM

    by Anonymous Coward on Friday August 19 2016, @08:20AM (#389989)

    Six years ago today the Wikipedia page on PowerShell contained an example like this:

    PS> $x=new-object xml;$x.load('https://soylentnews.org/index.rss');$x.rdf.item|select title -first 5
     
    title
    -----
    Powershell for Linux
    USSR Biowarfare Anthrax Sequenced
    FDA Approves Field Trial of Genetically Engineered Mosquitoes
    Hillary Just Chose a Pro-TPP, Pro-Keystone Pipeline, Pro-Fracking Guy to Head Her Transition Team
    NPR Follows Lead of Verge, Reuters, et. al. — Closes On-Site Discussion

  • (Score: 2) by Grishnakh on Friday August 19 2016, @06:05PM

    by Grishnakh (2831) on Friday August 19 2016, @06:05PM (#390198)

    I'll bet someone well-versed in Python could do the exact same thing in about the same amount of code.

    • (Score: 0) by Anonymous Coward on Friday August 19 2016, @07:27PM

      by Anonymous Coward on Friday August 19 2016, @07:27PM (#390223)

      Obviously yes, by importing an XML parser, of which there are many to choose from. However, XML is a basic data type in a handful of languages such as PowerShell, for which an XML parser is unnecessary. There was a language called ECMAScript for XML (E4X) which added an XML data type to JavaScript, but E4X was considered obsolete until Facebook reinvented E4X as JSX.