Added variables

This commit is contained in:
rbalsleyMSFT
2023-09-18 12:06:20 -07:00
parent de3423c3c7
commit 4d8966d3a1
+6 -1
View File
@@ -200,7 +200,12 @@ param(
[ValidateSet('consumer', 'business')] [ValidateSet('consumer', 'business')]
[string]$MediaType = 'consumer', [string]$MediaType = 'consumer',
[ValidateSet(512, 4096)] [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' $version = '2309.2'