Category Archives: Virtualization

Using PowerCLI to find ESX/ESXi BIOS Versions

A few weeks ago I updated the BIOS on several Dell R810 servers running ESXi 4.1U1. After applying the update I disabled the C-States and C1E settings as described here: http://enterpriseadmins.org/blog/virtualization/vmware-esxi-psod-on-dell-server/. Once I had all my updates completed, I wanted … Continue reading

Posted in Scripting, Virtualization | 2 Comments

Indianapolis VMUG Demo Days 4 PowerCLI Lab

Last week the Indianapolis VMware User Group hosted the 4th annual Demo Days event. I had the privilege of working with Ryan Birk (@rlbindy) and Jake Robinson (@jakerobinson) on the PowerCLI self paced lab. The purpose of this lab was … Continue reading

Posted in Scripting, Virtualization | 1 Comment

Make PowerCLI run faster

I came across this article: http://blogs.vmware.com/vipowershell/2011/06/how-to-speed-up-the-execution-of-the-first-powercli-cmdlet.html and decided to test the steps out myself: [cc lang=”dos”] REM View the following link for details: http://blogs.vmware.com/vipowershell/2011/06/how-to-speed-up-the-execution-of-the-first-powercli-cmdlet.html C:\Windows\Microsoft.NET\Framework\v2.0.50727\ngen.exe install “VimService41.XmlSerializers, Version=4.1.0.0, Culture=neutral, PublicKeyToken=10980b081e887e9f” C:\Windows\Microsoft.NET\Framework\v2.0.50727\ngen.exe install “VimService40.XmlSerializers, Version=4.0.0.0, Culture=neutral, PublicKeyToken=10980b081e887e9f” C:\Windows\Microsoft.NET\Framework\v2.0.50727\ngen.exe install “VimService25.XmlSerializers, Version=2.5.0.0, … Continue reading

Posted in Scripting, Virtualization | 3 Comments

Virtual Sound in Windows 2003 Server

As a VMware admin, I try to keep tabs on customer requests, especially when multiple issues are reported for similar problems. Recently I noticed two requests come through for virtual machine sound issues — within a day of each other. … Continue reading

Posted in Virtualization | Leave a comment

Weird issue with disk management in Windows 2008

I have ran into this issue several times and thought it would be worth sharing. The issue appears to be related Windows 2008 Server (the version without R2) and applies to both Standard and Enterprise editions. When extending the disk, … Continue reading

Posted in Virtualization | 2 Comments