Jump to content

How can I make Custom partition sizes in MDT 2010?


Recommended Posts

HI everyone. I need deploy some servers but this servers have various sizes in disk

How can I make Custom partition sizes in MDT 2010?

I found this link but when I tried deploy this method but the ZTIUtility script fail

http://social.technet.microsoft.com/Forums/en-US/mdt/thread/0ef8734e-1db5-469a-9950-ffe1808f4a6d/

somebody have a similar solution working on?

thanks a lot

Link to comment
Share on other sites


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 GB

SELECT * FROM Win32_DiskDrive WHERE Index = "0" AND Size > 214748364800

(214748364800 bytes = 200 GB)

/ Johan

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...