So I am trying to create a powershell script for my organizations imaging process and part of that is installing drivers. I am trying to make this so a admin can set one and let it go and come back and its done.
What Im running-
$var = $env:COMPUTERNAME.ToLower()
.dcu-cli.exe -biospassword=$var
This always returns error 104 which means the syntax is wrong, what is the corrected syntax?
The dell website says to add “” around the password or in this case variable, no dice. I also tried piping it, no change in result either. It always returns er 104.
EnormousSaturn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.