Fixed an issue with manually naming a device. Updated version string

This commit is contained in:
rbalsleyMSFT
2023-06-29 12:04:27 -07:00
parent b2d2536530
commit f28281671e
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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