
Tuesday, March 31. 2009
Don't forget to check out VESI

Monday, March 30. 2009
Andrew Kutz is finally into PowerShell
Andrew Kutz just posted a new Hyper9 Cmdlet on sourceforce.net called Out-DataSet.
Out-DataSet is an extremely useful and needed cmdlet. You can use it to pipe any type of data that can be formatted with the built-in cmdlet, Format-Table, into a typed Microsoft .NET System.Data.DataSet. This allows an unlimited manipulation of data that you simply cannot achieve with text globbing. This cmdlet is experimental in nature because it was achieved by reverse engineering the Format-Table cmdlet to pull the data directly from internal data structures that Microsoft does not expose via its public API. This was a necessary task in order to represent the data with 100% accuracy every single time.
Update : A facelift for lostcreations.com
While Andrew Kutz isĀ working at Hyper9, lostcreations.com will become h9labs.com to reflect the bleeding edge R&D that heās doing. The site redesign is primarily cosmetic, and lostcreations.com still works as a URL. Andrew is just trying to make sure that if you've been coming to his site to get the coolest software in the virtualization industry then you can just keep on coming. If, however, you are new to the game, then h9labs.com and h9labs.hyper9.com work as well.
Tuesday, March 24. 2009
Resources on Powershell
Monday, March 9. 2009
VMware Infrastructure PowerPack 2.1.5 released

Kirk Munro finished posting another release of the VMware Infrastructure Management PowerPack with a few more enhancements.
This release greatly improves usability through the new icons that were added (and I mean *greatly* improvesā¦the value the icons add is huge).Ā Itās also the first PowerPack release that takes advantage of some really cool Visio scripts that Iāve been working on.Ā The Visio scripts Iām referring to were largely inspired by Alan Renoufās vDiagram script, although the Visio script I ended up with doesnāt look anything like the original.Ā Iām itching to talk more about those scripts, but I want to write a blog post specifically on that topic so watch for more on this in the next few days.Ā For now Iāll simply point out that to use the Visio functionality, you have to download the additional VESI_Visio.zip file that was added to the VMware Infrastructure Management PowerPack document page and install it as per the instructions in that document (see the āHow to enable vDiagram supportā section).Ā Visio 2007 is required.
Revision history:
March 9, 2009 (2.1.5)
- added icons to the tree as well as the items in the grid.
- fixed a few minor defects that could occur before you connected to a host.
- added vDiagram actions to datacenter and cluster objects.
Friday, March 6. 2009
The VI Toolkit Mastery
:-)
This section is dedicated to VI Toolkit techniques you can use to unleash the full power of the VMware Infrastructure API. This was initially a set of 3 posts I made in February 2009. Since it would be a fucking long read from start to finish, I have retained the original post headings to break it up a bit. I imagine this page will be updated as new features come out both in PowerShell and the VI Toolkit, or as I discover new features of the incredibly powerful shell that is⦠errr, PowerShell.