Editor’s Note: This is a guest post from Matt Robertson
I am quickly learning that there are multiple ways to achieve the desired result within MDT. I set out to add BIOS updates to my task sequence and found a few posts that walked you through this. The steps in this article got me most of the way but it needed tweaking. In this article, we will cover adding BIOS updates to your Task Sequence. These will only update if the BIOS does not have the latest version that you have downloaded!
Prework: Organizing Your BIOS Updates
I used the same basic setup that I learned from the link above. I created a folder under my Applications folder in my Deployment share, named Dell. Under the Dell folder, I created a folder for each model of computer we have.
Under each of these folders I download the latest BIOS update for the corresponding model. I then rename the executable BIOSUpdate.exe and create a .txt file named with the version to make sure I don’t get confused. An example is below:
Once this prework is done, open the Deployment Workbench and edit your task sequence as follows.