Save-MyDellBios
Last updated
Was this helpful?
Downloads the latest compatible Dell BIOS update to a local folder.
Module
OSD
Platform
WinPE (amd64 / arm64)
Resolves the current system's compatible Dell BIOS update and downloads the BIOS package to the specified folder when it is not already present. This function only operates on Dell hardware and returns the existing or newly downloaded BIOS file when successful.
Save-MyDellBios [[-DownloadPath] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]-DownloadPath
String
False
Specifies the directory where the Dell BIOS update should be stored. The default location is the current user's temporary folder.
Save-MyDellBios
Downloads the compatible Dell BIOS update to the default temporary folder.Last updated
Was this helpful?
Was this helpful?
Save-MyDellBios -DownloadPath 'C:\OSDCloud\Firmware'
Downloads the compatible Dell BIOS update to C:\OSDCloud\Firmware.
