Can I do something like Linked clones with Hyper-V?

I have to roll out 10 windows server 2012 machines using hyper-v in my lab. I know with vmware you can use 'linked-clones'.

So that the basic installation of all 10 machines are the same, and the hypervisor only saves the delta's for each specific machine.

Otherwise I have to spend 10x the same windows server installation on disc space.

Tips and trics are welcome!


Solution 1:

Hi Lectere What you need are Differencing disks. with differencing disks you would first create a parent disk that contains the OS you wish to deploy (Use sysprep to generalize it) and then when you create your differencing disks you link them to the parent. you then build VMs based on the differencing disks.

https://technet.microsoft.com/en-us/library/cc720381(v=ws.10).aspx