Firmware Update
OSDCloud has the ability to update Device Firmware if it is published in Microsoft Update Catalog. You can read how this works at this link
This feature is enabled (checked) by default when using the OSDCloud GUI

When using OSDCloud Command Line, use the Firmware parameter to enable this feature

When using Invoke-OSDCloud, this feature is controlled by setting the MyOSDCloud Global Variable
$Global:MyOSDCloud = @{
ApplyManufacturerDrivers = $false
ApplyCatalogDrivers = $false
ApplyCatalogFirmware = $false
}
Last modified 1yr ago