There were a several announcements at last weeks VMworld US Conference, but one of the most exciting piece of news in my opinion was from Alan Renouf, Product Manager for all things API/SDK/CLI at VMware. During Alan's What's New PowerCLI session, he announced that PowerCLI is finally coming to both Mac OS X as well as Linux! As you can imagine, the news was very well received from customers and partners. In fact, after I had tweeted the update here & here, I literally had folks pinging/IM'ing/DM'ing me non-stop about when they could get access 🙂
UPDATE (10/18/16) - PowerCLI Multi-Platform (MP) for Linux and Mac OS X has now been released as a VMware Fling. Please find the download here and provide any feedback in the comments section.
This exciting update was only possible with the help of our friends over at Microsoft who had recently open sourced both .NET Core & PowerShell. Once that news broke, Alan and the PowerCLI Engineering team have been working hard on porting over the existing PowerCLI code which uses the Windows .NET library over to the new .NET Core which is now open sourced. I have been very impressed at how fast the PowerCLI team have already made available many of the default cmdlets as well as the Get View cmdlet which exposes the entire functionality of the vSphere API.
Now, before you get too excited, this new version of PowerCLI is currently not available yet. As Alan mentioned in his session, we plan to release an early Tech Preview of PowerCLI for both Mac OS X and Linux as a VMware Fling shortly after VMworld. It is also very important to note that Microsoft PowerShell for Mac OS X & Linux which PowerCLI uses is just at an Alpha release milestone. There is still much work to do on both sides but I am really looking forward to enabling our customers with the choice of platform when it comes to consuming PowerCLI.
A few of us have been quite fortunate to have been involved in the early development of this new version of PowerCLI. In fact, we even built a simple Docker Container for PowerCLI which will allow you to easily access PowerCLI from any system that can run Docker. Here is a quick screenshot of spinning up a PowerCLI Docker Container which will also be part of the Fling release.
Lastly, we want customers to be able to quickly and securely set up a persistent PowerCLI environment in which they can use to manage and configure their VMware-based products that support PowerCLI. With that, we have also built a PowerShell package for Photon OS which is VMware's minimal Linux container host distribution. Not only is it free to download and use, but it literally takes a few seconds to install (tdnf -y install powershell) and even less time to boot up and import the PowerCLI module. This was literally done the week before VMworld by the Photon team and huge kudos for their support! As you can see, not only do we want to provide choice for our customers but also simplifying how you might consume PowerCLI whether its natively on Windows, Mac OS X, Linux, Docker Container or running on top of VMware Photon OS. I hope you are excited as I am and stay tuned for more details on the Fling release!
If you have any feedback or what you are most excited regarding this news, please leave a comment and I will make sure it makes it way back to our Product Manager.
Tim Carr says
Correct in assuming that the powershell package for photon os is also a fling that's still on the way? Doesn't appear to be available yet.
root@photon-2XstRW6sh [ ~ ]# tdnf -y install powershell
No package powershell available
Error(1011) : No matching packages
root@photon-2XstRW6sh [ ~ ]#
Thanks to the team for all the hard work, we're really looking forward to using this!
Norbs12 says
"Now, before you get too excited, this new version of PowerCLI is currently not available yet."
Tim Carr says
Surely I'm interested in PowerCLI, but the bit I was looking at was later in the post referring specifically to powershell. "With that, we have also built a PowerShell package for Photon OS which is VMware's minimal Linux container host distribution"
Tim Carr says
Closer look at the yum repo show's that powershell isn't there just yet. Looking forward to the release!
William Lam says
Hey Tim,
Thanks for your interests in PowerShell/PowerCLI on Photon OS. I know Alan is looking into this to see if we can make this part of the initial Fling release as well. There's a few things we need to get squared away first but glad to see there's interests in this. It was also great meeting you at VMworld, thanks for awesome discussions.
Robert van den Nieuwendijk says
In my blogpost https://rvdnieuwendijk.com/2016/08/20/running-powershell-in-a-docker-container-on-vmware-photon-os/ you can see how to run PowerShell in a Docker container on Photon OS.
William Lam says
Thanks for sharing Robert, this is indeed one option to run PowerShell on PhotonOS today. What we've done internally is compiled a native PowerShell package for PhotonOS itself from source and so that rather than relying on a Docker Container, you can run it natively and installing it using tdnf package manager.
Jody Whitlock says
William, I was just talking about this with a co-worker and then we saw the post and went well alrighty then. Definitely interested in having a containerized version of PowerCLI to run on my Docker swarm.
Andrew says
This will be great to have for Centos and red Hat versions.
Thanks for the post
Jody Whitlock says
Downloaded the PowerCLI Core fling and mind blown! While not complete, it's much more complete than I would've expected to be honest. Now if MS would fix their PSReadline module that would be great, but using this as a strictly remote execution engine with a Docker swarm and message queue is in the near future.