mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Added variables
This commit is contained in:
@@ -200,7 +200,12 @@ param(
|
||||
[ValidateSet('consumer', 'business')]
|
||||
[string]$MediaType = 'consumer',
|
||||
[ValidateSet(512, 4096)]
|
||||
[uint32]$LogicalSectorSizeBytes = 512
|
||||
[uint32]$LogicalSectorSizeBytes = 512,
|
||||
#Will be used in future release
|
||||
[bool]$CopyDrivers,
|
||||
[bool]$CopyPPKG,
|
||||
[bool]$CopyUnattend,
|
||||
[bool]$RemoveFFU
|
||||
)
|
||||
$version = '2309.2'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user