Re: SCCM Task sequence & Think BIOS Config tool
Hi,
trying to do a silent BIOS Config with the tool V 1.28 w/o success so far.
The HTA stays open with no file selected. Logging parameter is ignored completely.
Running from inside a powershell script with excutionpolicy set to bypass. My command is
.\ThinkBiosConfig.hta "file=$BIOSFILE" "pass=$EncryptionKey" "log=c:\programdata\MyCompany\LenovoBIOS.log"
$BIOSFILE is set by the script reading Model and manufacturer from WMI.
I checked the path and it is correct - leading to the desired file in the task sequence cache folder on C:
$Encryptionkey is a Task sequence variable provided when calling the script.
Even when calling the script manually after the Task sequence finished, it does not work.
I also tried starting the HTA with the ini file residing in the same folder without success
thinkbiosconfig.hta file=mybiosfile.ini
Any ideas what i'm missing here and why the logging parameter is always ignored?
thx
Miguel