☁
☁
☁
☁
OSDCloud.com
OSDeploy.com
Twitter
Search…
About
Local Setup
Sandbox
Azure
Deploy
WIM
ISO
Cloud
More
Hardware
💡
Tips
🆕
Media Cleanup
🆕
Update USB WinPE
Firmware Update
Quick Setup
🌎
Community
🪦
Recycle Bin
Powered By
GitBook
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
UEFI System Firmware Update
OSD
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
1
$Global
:MyOSDCloud = @
{
2
ApplyManufacturerDrivers =
$false
3
ApplyCatalogDrivers =
$false
4
ApplyCatalogFirmware =
$false
5
}
Copied!
Previous
Update USB WinPE
Next
Quick Setup
Last modified
5mo ago
Export as PDF
Copy link
Contents
Start-OSDCloudGUI
Start-OSDCloud
Invoke-OSDCloud