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

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...