mirror of
https://github.com/rbalsleyMSFT/FFU.git
synced 2026-06-14 02:09:35 -06:00
Fixed an issue with manually naming a device. Updated version string
This commit is contained in:
@@ -202,7 +202,7 @@ param(
|
||||
[ValidateSet(512, 4096)]
|
||||
[uint32]$LogicalSectorSizeBytes = 512
|
||||
)
|
||||
$version = '2306.1.1'
|
||||
$version = '2306.1.2'
|
||||
|
||||
#Check if Hyper-V feature is installed (requires only checks the module)
|
||||
$osInfo = Get-WmiObject -Class Win32_OperatingSystem
|
||||
|
||||
Reference in New Issue
Block a user