Skip to content

Commit

Permalink
Invoke-HPBIOSUpdate.ps1 version 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NickolajA committed May 14, 2019
1 parent 3f9a031 commit ff4717a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Operating System Deployment/BIOS/Invoke-HPBIOSUpdate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,11 @@ Process {
# Add password to the flash bios switches
$FlashSwitches = $FlashSwitches + " -p$($PSScriptRoot)\$($PasswordBin)"
Write-CMLogEntry -Value "Using the following switches for BIOS file: $($FlashSwitches)" -Severity 1
}
}
else {
Write-CMLogEntry -Value "Using the following switches for BIOS file: $($FlashSwitches)" -Severity 1
}

# Set log file location
$LogFilePath = Join-Path -Path $TSEnvironment.Value("_SMSTSLogPath") -ChildPath $LogFileName

Expand Down

0 comments on commit ff4717a

Please sign in to comment.