Fixed issues

- Fixed an issue where if AppsScriptVariables was configured in a config file, the hashtable wasn't being created by the script when setting the variable.
- Fixed a crash where shortening the Windows SKU was creating duplicate shortened names for certain SKUs.
This commit is contained in:
rbalsleyMSFT
2025-01-16 18:00:08 -08:00
parent 227fb4fa94
commit 7c9f24f695
2 changed files with 18 additions and 20 deletions
@@ -135,7 +135,7 @@ $LogFileName = 'ScriptLog.txt'
$USBDrive = Get-USBDrive
New-item -Path $USBDrive -Name $LogFileName -ItemType "file" -Force | Out-Null
$LogFile = $USBDrive + $LogFilename
$version = '2412.3'
$version = '2412.4'
WriteLog 'Begin Logging'
WriteLog "Script version: $version"