Check out this interesting utility from Christian Saborio - The Virtual Machine Configuration Assistant. Need something more to help you with your day to day tasks with Microsoft's Virtual Server 2005 virtualization product? Then check this utility out. Christian writes:
The application has undergone major revisions under the hood. I have tried to separate tasks into different classes in order to gain modularity. So far I have a VMManager, a VHDManager, a VMRCManager and so on. Reading the code now makes a lot more sense than before.
This is the part in which most of the work has been lately done, the Disks tab:

From here, you can pretty much do anything related with VHDs. After modifying some ISOs, I have also managed to completely automate the defragmentation-precompaction-compaction phase required to reduce the size of VHDs. Now I just leave the process running and when I arrive the next day, my VHDs are like 50% smaller.
I had not touched C# in a while, and all I can say is "Wow". C# rocks, it is very intuitive and creating efficient GUIs is a bliss. One can only wish that there was a 2.0 framework to run under OS X.
I have also fixed the problem with OCX stats at runtime - actually it was a workaround, not a fix. Here is a video I made of some of the features of the application, which include:
- VHD Attachment
- VHD Creation
- VM Creation
- VMRC in tabs for each of the machines
He also has a demo of the product on YouTube.
Check out more about it, here.