2404.2 when imaging devices with 4096 logical sector sizes, will set $copydrivers to $true if $installdrivers set to $true

This commit is contained in:
rbalsleyMSFT
2024-04-18 16:10:16 -07:00
parent 3b1e2a8fd2
commit 393de977f2
2 changed files with 4 additions and 3 deletions
@@ -117,7 +117,7 @@ $LogFileName = 'ScriptLog.txt'
$USBDrive = Get-USBDrive
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
$LogFile = $USBDrive + $LogFilename
$version = '2403.1'
$version = '2404.2'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"