Jump to content

Recommended Posts


Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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