I’m a programmer and I’m trying to build up my personal Lab. I have a machine with Hyper-V Standalone Server 2012 R2 installed. I need to create VMs which will be used for testing applications, creating small virtual networks for learning Networking Basics and other learning purpose. None of these VMs are gonna exist for long, as I will be deleting them as their purpose is served and then I’m gonna create some new ones.
So, definitely I need some Cloning-type feature that is available on VMWare. I’m aware of the Export-Import feature available on Hyper-V. What I'm really confused with is this Sysprep tool, as I found articles saying this tool actually prepare the VHD to be used with new VMs, and it assigns new SID, MAC, GUID etc so that new cloned VM doesn’t conflict with existing ones.
I’d like to know –
- What is the difference between using Export-Import and using Sysprep? If I use the Export-Import feature, do I still need to Sysprep the guest? What Sysprep really does?
- For my scenario do I need to use Sysprep?
- What is the best procedure (steps) to create a Template VM for my scenario?