update issue with downloading latest Windows CU

This commit is contained in:
rbalsleyMSFT
2024-05-03 15:32:11 -07:00
parent bfa1ea7d9f
commit ae59183a19
2 changed files with 5 additions and 5 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 = '2404.2'
$version = '2404.3'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"