If you manage a large Dell hardware estate through SCCM, keeping BIOS versions and drivers current across every model in your environment is a genuinely tedious manual task — there are community PowerShell scripts that automate discovering your Dell hardware models and downloading the latest available BIOS/driver packages for each.
The General Approach
These scripts typically work by querying your ConfigMgr hardware inventory for distinct Dell model strings present in your environment, then using Dell’s Catalog/driver download APIs (Dell publishes machine-readable catalogs specifically for this kind of automation) to pull the latest matching BIOS and driver packages for each model found, saving you from manually visiting Dell’s support site per model.
Review the full script from the source linked in this post’s resources before running it in your environment – confirm it targets the correct Dell catalog endpoint (these have moved/been renamed periodically) and test the download/packaging step against a small subset of models first, since a large estate could mean a lot of downloaded content if something’s misconfigured.
Once Downloaded
Package the downloaded BIOS/driver content as ConfigMgr Packages or Driver Packages per model, and deploy via a maintenance task sequence or Task Sequence step targeted at the relevant device collection for each Dell model.
Resources
Gear We Recommend
Testing configs is easier with a dedicated admin machine set up right. Here’s the kit we use.
Browse our Windows Admin Toolkit picks on AmazonAs an Amazon Associate, TechyGeeksHome earns from qualifying purchases.
Discover more from TechyGeeksHome
Subscribe to get the latest posts sent to your email.
Visitor Rating: 5 Stars
Visitor Rating: 5 Stars