I've been messing around with a generic unattend file for our WDS server for quite a while now. I have it very simply automated entirely except the disk configuration. Here is the disk config excerpt of the .xml file I'm currently using. This is one of many that I've tried with no luck:
<DiskConfiguration><Disk wcm:action="add"><CreatePartitions><CreatePartition wcm:action="add"><Order>1</Order><Extend>true</Extend><Type>Primary</Type></CreatePartition></CreatePartitions><ModifyPartitions><ModifyPartition wcm:action="add"><Active>true</Active><Format>NTFS</Format><Label>Windows</Label><Letter>C</Letter><Order>1</Order><PartitionID>1</PartitionID></ModifyPartition></ModifyPartitions><DiskID>0</DiskID><WillWipeDisk>true</WillWipeDisk></Disk><WillShowUI>OnError</WillShowUI></DiskConfiguration>
This validates perfectly fine, but does not automate the wiping and partitioning of the disk. Any help would be much appreciated, thank you!