thanks for the update. I appreciate it. 1) you mentioned the OSDPartitionxxx variables in your original post but that you had issues setting them all? I was thinking of doing this same thing (have not started yet). What issues did you have? I was wondering if all the necessary variables/properties exist at deployment wizard time or if some may be dynamically created at some other point based on the task sequence config... 2) I found this (copy/paste below): ------ Q: In BDD 2007 I modified ztidiskpart.txt to create partitions. How do I do this in Microsoft Deployment? A: Microsoft deployment does not use the ztidiskpart.txt file to create the partitions. Now, this disks are configured run time based on the task sequence parameters in the Format and Partition Disk step. This step allows you to create multiple partitions across several disks. If you do not want a partition formatted you can create your own custom script that calls diskpart /s and provide your own diskpart.xt file ------- so right now I'm not sure if I just create my own pane that basically mimics the 'format and partition' task sequence options (specifing disk, partition type, size, filesystem etc..) and use this to create my own diskpart.txt like the above suggests OR just set all the right variables and let zitdiskpart.wsf handle the heavy lifting? my end goal *is* to provide all the same options that are in the task sequence GUI for partitioning and formating drives at run time *in* the deployment wizard. I need to do this in a way that supports both server 2003 and 2008 deployments... you mentioned something different about 2008 that I was not aware of yet? So I either need to know all the variables that get set when using the task sequence gui (need to support multiple partitions on multiple disks) or I just need to get started looking at the syntax for diskpart.exe /s diskpart.txt.... in either case I need to create my new pane to collect the info so I will start that now. Hopefully someone here knows what I need to know and will be kind enough to share.  thanks. |