Hi All,
Below is a portion of powershell our company is using to deploy BIOS updates to our laptops. As shown below the system will download the most recent catalog (http://ftp.dell.com/catalog/CatalogPC.cab) check it and find the model of laptop and then download the appropriate bios from dell i.e. (ftp://downloads.dell.com/FOLDER05250255M/1/E7440A27.exe), and once the user initiates reboot the bios will update. However if I remove the comments systems will only download the catalogpc.cab file, it will not check to for model thus not download the xxxxx.exe. Any help or suggestions would be appreciated.
If (-not $useDefaultMsi) {
#Show-InstallationPrompt -Message ‘Please save your work and click OK to reboot’ -ButtonRightText ‘OK’ -Icon Information -NoWait
#Show-InstallationRestartPrompt -CountdownSeconds 3600