Small update to fix a logging issue with script run time duration

This commit is contained in:
rbalsleyMSFT
2024-08-07 13:01:26 -07:00
parent 67e3035c38
commit bcb9911cd0
2 changed files with 4 additions and 3 deletions
@@ -128,7 +128,7 @@ $LogFileName = 'ScriptLog.txt'
$USBDrive = Get-USBDrive
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
$LogFile = $USBDrive + $LogFilename
$version = '2408.1'
$version = '2408.2'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"