Sacriestory Posted January 21, 2011 Posted January 21, 2011 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
arwidmark Posted January 21, 2011 Posted January 21, 2011 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
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now