Fixed bug with Windows Update failing to install updates for VHDX-only captures.

This commit is contained in:
rbalsleyMSFT
2023-12-14 15:32:14 -08:00
parent 4d8966d3a1
commit ed3fcf1a3d
3 changed files with 18 additions and 4 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 = '2309.2'
$version = '2312.1'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"