Category Archives: Scripting

Quick vSphere Cluster BIOS check

The following check will compare the BIOS versions of the ESX hosts in a cluster and verify they are all at a consistent level. The check makes use of a $Clusters variable, which can be created using the following line … Continue reading

Posted in Scripting, Virtualization | Leave a comment

Network related vSphere checks

The following two sections of code can be ran independently or used in conjunction with Alan Renouf’s vCheck script. They return network specific issues that could happen in a vSphere environment. The first check makes use of a $clusters variable, … Continue reading

Posted in Scripting, Virtualization | Leave a comment

General vSphere Cluster counts/averages

A year or so ago, I had added some generic sections to Alan Renouf’s vCheck 5 script, which I was using to report on several environments that I managed. A few months ago, Alan released a new version of vCheck … Continue reading

Posted in Scripting, Virtualization | Leave a comment

SQL Database Documentation

Over the years I’ve done quite a bit of scripting. Many of those scripts SELECT, INSERT or UPDATE a SQL database. The other day I was looking at my tables and realized I didn’t know what (or if) some of … Continue reading

Posted in Scripting | Leave a comment

vCenter Plugins, SSL certificates, ExtensionManager and Powershell – what more could you want for Christmas?

I was recently working in a lab environment trying to register the vCenter Operations 5.6 virtual appliance into a vCenter Virtual Appliance environment. As a standard practice I like to issue CA signed certificates to everything — even in a … Continue reading

Posted in Scripting, Virtualization | 4 Comments