Question is this. Already using Microsoft Deployment Toolikt, but I can not solve one problem.
Have a client computer. It has one hard drive, which is divided into 2 partitions (C, D). In C of course is a system, the disk D - all user data.
So how to set the Task Sequence install Windows 7, so it did not remove all partitions & creating OSDisk with volume equal to the entire disk? That is, you can install the operating system on drive C, with no change in partition D.
I tried to disable default task "Format And Partition", added the script with diskpart (read somewhere on the forums):
select disk 0
select partition 1
format fs=NTFS Label="System" Quick
exit
As a result, an error that can not be found boot partition (FAILURE: Boot Drive was not found, required?)