Category Archives: Virtualization

PowerCLI vCheck 5.40

The other day I noticed two bugs in version 5.38 of the vCheck script. This minor update resolves those bugs and adds a check for 4.1 hosts without Active Directory authentication configured. # Version 5.40- bwuch: Host version greater than/equal … Continue reading

Posted in Scripting, Virtualization | 11 Comments

Configure virtual machine for nested ESX/ESXi with PowerCLI

I’ve been working with several scripts in a lab recently. Most of these labs require additional ESXi hosts (namely vCheck testing) so I’ve been propping up some nested ESXi virtual machines. When I create a virtual machine to run nested … Continue reading

Posted in Scripting, Virtualization | 1 Comment

PowerCLI vCheck 5.38

It has been a little over 3 months since I’ve posted an update to vCheck. I still have some features and bug checks I’d like to add, but figured I’d share the current state. Here are the in-code comments for … Continue reading

Posted in Scripting, Virtualization | 13 Comments

vSphere Snapshot Report

I have been working on addressing a comment I noticed on the Virtu-Al vCheck comments (http://www.virtu-al.net/featured-scripts/vcheck/). The issue relates to a warning message returned in the “checking snapshots” section: 10:58:25 AM ..Checking Snapshots WARNING: Unable to populate snapshot size due … Continue reading

Posted in Scripting, Virtualization | Leave a comment

Windows Disk Partition Alignment Best Practices

I was recently sent the following link that describes disk partition alignment best practices for SQL Server: http://msdn.microsoft.com/en-us/library/dd758814.aspx This is a really good article — it describes the performance implication of mis-aligned drives — which apply to all Windows installs, … Continue reading

Posted in Virtualization | Leave a comment