We've got hundreds of HP systems that we'll need to update the AMT firmware on. We've identified the specific systems and download the updates as well.
We use Microsoft SCCM to deploy out updates and in this case want to make sure we can deploy the updates without user intervention. The updates come with an Update.bat file that has a command that looks similar to this
FWUpdLcl.exe ME/PCH_8M_MB_UPD_Production.bin -allowsv -generic
Will this syntax allow the update without any user input?