Ok, so far we have created, modified, and added resources (memory, processor, disks, and network) to virtual machines. Now, we want to take that information and build a complete virtual machine. # Set up variables $VHD = "f:\VHDs\win2k8.vhd" $GuestVM =...
Last time I looked at building onto our WMI automation script with processor creation. Today, I want to cover how to add memory resources into the script. Once again, I will take advantage of the existing patterns for creating this script. # Set up...
I have built my fair share of VMs using both Hyper-V Manager and Virtual Machine Manager 2008 (VMM), but as an engineer, I wanted a way to build multiple VMs without the repetitive clicking involved in doing so within the graphical tools. Fortunately,...