Virtualization

Managing VirtualBox using PowerShell – Part 1: Introduction to COM objects

March 8, 2010
Thumbnail image for Managing VirtualBox using PowerShell – Part 1: Introduction to COM objects

The VirtualBox is a nice piece of work by the people at Sun and the community around it. I started using this especially because it lets me run x64 OS for my SharePoint 2010 demo virtual machines. VMWare Workstation can also do this but I found VirtualBox to be an easier one to use. I [...]

Continue Reading →

Auto generating VMConnect shortcuts for all Hyper-V virtual machines

November 18, 2009
Thumbnail image for Auto generating VMConnect shortcuts for all Hyper-V virtual machines

I am sure this is one of the things written and read quite a bit. I just want to post my thoughts and how I try to simplify these things for me. I usually don’t write about anything that is not “my” content. As with all other things on this blog, I prefer automation and through [...]

Continue Reading →

Refreshed home PC setup

October 26, 2009
Thumbnail image for Refreshed home PC setup

With the recent release of Windows 7 & Windows server 2008 R2, I wanted to refresh how / what I need to install on my home PC. I received this PC with Windows Vista pre-installed and I was never a big fan of that OS. I have always been using Windows Hyper-V server 2008 and [...]

Continue Reading →

Poor man’s P2V just got better; disk2VHD 1.1 is available

October 22, 2009
Thumbnail image for Poor man’s P2V just got better; disk2VHD 1.1 is available

A week back I wrote about a new sysinternals tool called Disk2VHD. After the initial 1.0 release, many people have expressed the need for having command line support. Sysinternals team listened to all of this. They just released disk2vhd 1.1. You can now use the following options to perform p2v from command-line.

Continue Reading →

Hyper-V: VHD Shell Extensions, updated release

October 11, 2009
Thumbnail image for Hyper-V: VHD Shell Extensions, updated release

I just posted a batch file wrapper around VHD Shell Extensions to find stale VHDs on a Hyper-V Server. However, because of VHDShellExt.vbs design, it will always try to find if the given VHD is associated with a VM on the local Hyper-V machine. One problem with this design is, you need to use the script on all the Hyper-V [...]

Continue Reading →

Hyper-V: finding stale VHDs

October 11, 2009
Thumbnail image for Hyper-V: finding stale VHDs

I use Hyper-V Server 2008 R2 for running many virtual machines for different purposes. For all of these virtual machines, I either create new VHDs and re-use the existing ones. Here is the problem. I don’t have SCVMM or any similar management software to maintain the VHD library. But I need to keep track of [...]

Continue Reading →