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

Start-OSDCloudGUI

This feature is enabled (checked) by default when using the OSDCloud GUI

Start-OSDCloud

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

Invoke-OSDCloud

When using Invoke-OSDCloud, this feature is controlled by setting the MyOSDCloud Global Variable

$Global:MyOSDCloud = @{
	ApplyManufacturerDrivers = $false
	ApplyCatalogDrivers = $false
	ApplyCatalogFirmware = $false
}

Last updated