This afternoon I presented at the Belgium VMUG event. My presentation is called âManaging VMware vSphere 4 with The Virtualization EcoShell.â, here are the slides.
Friday, June 19. 2009
Drive PowerCLI to the max
PowerShell PowerBoots
PowerBoots makes it easier for scripters to create graphical user interfaces in PowerShell, exposing much of the power of WPF to PowerShell in a simple syntax which supports events, threading, and much, much, more.
PowerBoots is written as a script module which dynamically generates functions into static script files for each WPF control, combined with a compiled module called PoshWpf which was originally part of PoshConsole (and includes the Out-Wpf cmdlet and New-BootsWindow cmdlets among others) ... the module enables threaded UIs as well as enabling support for styles, control templates and data templates.
Friday, June 12. 2009
Dry Run âManaging VMware vSphere 4 with The Virtualization EcoShellâ
At the end of the VMware Fast-track course I delivered this week, I did a Dry Run âManaging VMware vSphere 4 with The Virtualization EcoShellâ which I will present next week at the Belgium User Group event. If you didnât sign up yet and youâre interested in this free event you can register here. Maybe we can meet up and enjoy one of those Palm beers. All the content will be delivered in English.
Monday, June 8. 2009
Adding actions to the Virtualization EcoShell
Thursday, June 4. 2009
Carterâs PowerCLI webinar brings us the Ready Time Monitor
This morning I replayed the June 2009 PowerCLI Webinar. Carters Shanklinâs WebEx session is awesome, he demoed a well written series of PowerShell scripts. With one of his scripts youâre able to collect the %RDY time statistics for all your Virtual Machines. The most common cause of high ready time is trying to get too much work out of too little hardware. Often this condition is observable when ready time is high and total host CPU utilization is also very high. The only fix for this is to back off the load on the system. VMs should be migrated off or processor resources should be increased. I combined Carterâs script with a new feature in PowerShell 2.0, the Out-GridView which displays the ready time information in a real cool Data Grid.
Get-VM
| Select Name, @{ N="Summation"; E={($_ | Get-Stat -stat cpu.ready.summation -maxsamples 1 -intervalmins 5 | select -first 1).Value} } | Sort -property Summation -Descending | Out-GridViewTuesday, June 2. 2009
VMware Code Central
Sample code for VMware vSphere SDKs and APIs. Find and download the latest VMware Community sample code. You can find sample code by languages including Java, Perl & C#. Sample code is also available by product including VMware vSphere, VMware Virtual Center and VMware ESX.
Sample code submitted by the Community for the Community:
TheVESI reporting PowerPack available
Yesterday evening I attended the First Unofficial Online VMware User Group meeting hosted by Alan Renouf. One of the presenters was Scott Herold; he showed a demo of theVESI and has unveiled the new Advanced Reporting Power Pack for the Virtualization EcoShell. For those not quite ready to dive right in, Iâve also provided two sample reports. The first is a Host report with no indentation, grouped by VMware Version. The second is a Virtual Machine report grouped first by Operating System, and next by PowerState with all indentation levels enabled.
If you didnât attend the meeting, donât worry. Alan will make a copy available on his website. You can also attend the Powershell in a Nutshell at 8th VMUG.be meeting on June 19th, where I will show you a demo of theVESI.
Monday, May 11. 2009
The PowerShell Talk Slides
The PowerShell Talk is the official site of âManaging Virtual Infrastructures with PowerShellâ. A talk and presentation given by Cody Bunch and Patrick Ancillotti at the 2009 Virtualization Congress. This site contains all code and slides, as well as videos of the demos, and ongoing information and resources covered in the presentation. Slide 29 is referring to The VMware Blue Screen Detector and Ivo's Powershell Healthcheck script.
Tuesday, April 28. 2009
21 Windows PowerShell Tips
Wednesday, April 22. 2009
icomasoft launches VI PowerScripter Professional v1.5
icomasoft announces the release of its VI PowerScripter Professional v1.5. The latest release of icomasoftâs VI automation software is best positioned to rapidly address automation, management and compliance requirements across Virtual Infrastructures. IT administrators will experience a better control of their virtual infrastructure, increased IT compliance and substantial time-savings in routine management tasks.
Visitors of VMworld Europe 2009 have realized the benefits of icomasoftâs powerful automation software and ranked the respective session âManaging VMware with PowerShellâ among the best Top 3 Sessions of the most important virtualization event in Europe. VI PowerScripter Professional v1.5 is designed to manage virtual infrastructures on different platforms and provides a high degree of automation. It can easily adapt and execute complex tasks automatically, even providing a scheduler for recurring jobs.
Continue reading "icomasoft launches VI PowerScripter..." »