January 21, 201115 yr HI everyone. I need deploy some servers but this servers have various sizes in diskHow can I make Custom partition sizes in MDT 2010?I found this link but when I tried deploy this method but the ZTIUtility script failhttp://social.technet.microsoft.com/Forums/en-US/mdt/thread/0ef8734e-1db5-469a-9950-ffe1808f4a6d/somebody have a similar solution working on?thanks a lot
January 21, 201115 yr The easiest option is simply to have different task sequences with different disk configurations..You can also add multiple disk partitioning actions to a single sequence and use conditions on disk size for each of them... This example will only do the action if the disk is larger than 200 GBSELECT * FROM Win32_DiskDrive WHERE Index = "0" AND Size > 214748364800(214748364800 bytes = 200 GB)/ Johan
Create an account or sign in to comment